@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:gas.column.stratospheric_scatter.solar.zenith_apriori
  skos:note "GAS = BRO, NO2, O3"@en ;
  skos:broader evdc_vocab:uvvisdoaszenithgas ;
  skos:inScheme evdc_vocab: ;
  skos:prefLabel "gas.column.stratospheric_scatter.solar.zenith_apriori"@en ;
  dc:description "Apriori total stratospheric vertical column of target gas associated with the column retrieval from zenith DOAS measurements"@en ;
  a skos:Concept .

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

evdc_vocab:uvvisdoaszenithgas
  skos:prefLabel "uvvis doas zenith gas"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:gas.column.stratospheric_scatter.solar.zenith_apriori .

