@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:uvvisdoasoffaxisaerosol
  skos:prefLabel "uvvis doas offaxis aerosol"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:aerosol.extinction.coefficient_scatter.solar.offaxis_avk .

evdc_vocab:aerosol.extinction.coefficient_scatter.solar.offaxis_avk
  skos:broader evdc_vocab:uvvisdoasoffaxisaerosol ;
  skos:inScheme evdc_vocab: ;
  skos:prefLabel "aerosol.extinction.coefficient_scatter.solar.offaxis_avk"@en ;
  dc:description "A or Averaging kernel matrix for retrieved target profile. The fastest running index corresponds to the column index of the AVK transformation matrix"@en ;
  a skos:Concept .

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

