@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:background.current
  skos:broader evdc_vocab:sondeo3 ;
  skos:inScheme evdc_vocab: ;
  skos:prefLabel "background.current"@en ;
  dc:description "Background Current (assumed to be background current IB1 measured after exposure of ozone. IB1 is assumed to be constant during the entire ozonesounding (see also GAW Report No. 268 Section 3.3.6 and C-6.3)"@en ;
  a skos:Concept .

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

evdc_vocab:sondeo3
  skos:prefLabel "sonde o3"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:background.current .

