@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:gas.number.density.surface_scatter.solar.offaxis_flag
  skos:broader evdc_vocab:pandoraoffaxisgas ;
  skos:inScheme evdc_vocab: ;
  skos:prefLabel "gas.number.density.surface_scatter.solar.offaxis_flag"@en ;
  dc:description "Scenario flag of surface number density of target gas; 1=Fully mixed case from extrapolation to horizon; 2=Fully mixed case from largest pointing zenith angle; 3=Heterogeneous case from extrapolation to horizon; 4=Heterogeneous case from largest pointing zenith angle; -6=no surface concentration was retrieved since the maximum viewing zenith angle was below 87deg"@en ;
  a skos:Concept .

evdc_vocab:pandoraoffaxisgas
  skos:prefLabel "pandora offaxis gas"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:gas.number.density.surface_scatter.solar.offaxis_flag .

