@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:wind.direction.surface
  skos:broader evdc_vocab:weatherstation, evdc_vocab:cloudradar ;
  skos:inScheme evdc_vocab: ;
  skos:prefLabel "wind.direction.surface"@en ;
  dc:description "Wind direction at the station using WMO definition (wind from the north is 360; from the east is 90 and so on. No wind (calm) is 0)"@en, "Wind Direction (from Radar Meteo-Station)"@en ;
  a skos:Concept .

evdc_vocab:cloudradar
  skos:prefLabel "cloud radar"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:wind.direction.surface .

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

evdc_vocab:weatherstation
  skos:prefLabel "weather station"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:wind.direction.surface .

