@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:uvvisdoasoffaxisgas
  skos:prefLabel "uvvis doas offaxis gas"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:gas.mixing.ratio.volume_scatter.solar.offaxis .

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

evdc_vocab:gas.mixing.ratio.volume_scatter.solar.offaxis
  skos:note "GAS = H2CO, NO2"@en ;
  skos:broader evdc_vocab:uvvisdoasoffaxisgas ;
  skos:inScheme evdc_vocab: ;
  skos:prefLabel "gas.mixing.ratio.volume_scatter.solar.offaxis"@en ;
  dc:description "Target vertical profile (in ppbv units with respect to dry air) retrieved from MAXDOAS measurements"@en ;
  a skos:Concept .

