@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.rate_flag
  skos:broader evdc_vocab:weatherstation ;
  skos:inScheme evdc_vocab: ;
  skos:prefLabel "precipitation.rate_flag"@en ;
  dc:description "General status of the Precipitation Gauge 0: good; 1: bad; 2: Rim heater not working etc"@en ;
  a skos:Concept .

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

