@prefix evdc_vocab: <https://vocabulary.evdc.nilu.no/evdc_vocab/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .

evdc_vocab:
  skos:prefLabel "EVDC vocabulary"@en ;
  a skos:ConceptScheme .

evdc_vocab:precipitation.accumulation_corrected
  skos:broader evdc_vocab:weatherstation ;
  skos:inScheme evdc_vocab: ;
  skos:prefLabel "precipitation.accumulation_corrected"@en ;
  dc:description "Filtered accumulated precipitation since the last measured value sample (may include signal analysis; filtration and noise reduction as well as algorithms that compensate for the influences of temperature and wind)"@en ;
  a skos:Concept .

evdc_vocab:weatherstation
  skos:prefLabel "weather station"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:precipitation.accumulation_corrected .

