@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:uvvisbrewertotalcol
  skos:prefLabel "uvvis brewer totalcol"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:pressure.effective.o3_source .

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

evdc_vocab:pressure.effective.o3_source
  skos:broader evdc_vocab:uvvisbrewertotalcol ;
  skos:inScheme evdc_vocab: ;
  skos:prefLabel "pressure.effective.o3_source"@en ;
  dc:description "Source of the Effective Pressure of the Ozone Layer"@en ;
  a skos:Concept .

