@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:temperature.effective.gas_source
  skos:note "GAS = NO2, O3, BrO, CHOCHO, H2CO, H2O, HONO, IO, OCIO, SO15"@en ;
  skos:broader evdc_vocab:pandoradirectsungas ;
  skos:inScheme evdc_vocab: ;
  skos:prefLabel "temperature.effective.gas_source"@en ;
  dc:description "Source of the effective temperature (PGN climatology or Retrieved)"@en ;
  a skos:Concept .

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

evdc_vocab:pandoradirectsungas
  skos:prefLabel "pandora directsun gas"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:temperature.effective.gas_source .

