@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:ftirtccon
  skos:prefLabel "ftir tccon"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:wind.direction.surface_independent .

evdc_vocab:lhrfrm4ghg
  skos:prefLabel "lhr frm4ghg"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:wind.direction.surface_independent .

evdc_vocab:uvvisdoasoffaxisaerosol
  skos:prefLabel "uvvis doas offaxis aerosol"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:wind.direction.surface_independent .

evdc_vocab:uvvisdoaszenithgas
  skos:prefLabel "uvvis doas zenith gas"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:wind.direction.surface_independent .

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

evdc_vocab:uvvisdoasoffaxisgas
  skos:prefLabel "uvvis doas offaxis gas"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:wind.direction.surface_independent .

evdc_vocab:ftirfrm4ghg
  skos:prefLabel "ftir frm4ghg"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:wind.direction.surface_independent .

evdc_vocab:wind.direction.surface_independent
  skos:broader evdc_vocab:ftirtccon, evdc_vocab:uvvisdoasoffaxisgas, evdc_vocab:uvvisdoasoffaxisaerosol, evdc_vocab:lhrfrm4ghg, evdc_vocab:ftirfrm4ghg, evdc_vocab:ftir, evdc_vocab:uvvisdoaszenithgas ;
  skos:inScheme evdc_vocab: ;
  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 ;
  skos:prefLabel "wind.direction.surface_independent"@en ;
  a skos:Concept .

evdc_vocab:ftir
  skos:prefLabel "ftir"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:wind.direction.surface_independent .

