@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:aerosol.optical.depth.tropospheric_scatter.solar.offaxis
  skos:broader evdc_vocab:uvvisdoasoffaxisgas, evdc_vocab:uvvisdoasoffaxisaerosol ;
  skos:inScheme evdc_vocab: ;
  skos:prefLabel "aerosol.optical.depth.tropospheric_scatter.solar.offaxis"@en ;
  dc:description "The total tropospheric aerosol optical depth used for the retrieval is retrieved from the MAXDOAS measurements"@en, "The total tropospheric aerosol optical depth retrieved from the measurements."@en ;
  a skos:Concept .

evdc_vocab:uvvisdoasoffaxisaerosol
  skos:prefLabel "uvvis doas offaxis aerosol"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:aerosol.optical.depth.tropospheric_scatter.solar.offaxis .

evdc_vocab:uvvisdoasoffaxisgas
  skos:prefLabel "uvvis doas offaxis gas"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:aerosol.optical.depth.tropospheric_scatter.solar.offaxis .

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

