@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:
  skos:prefLabel "EVDC vocabulary"@en ;
  a skos:ConceptScheme .

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

evdc_vocab:current.cell_fast
  skos:broader evdc_vocab:sondeo3 ;
  skos:inScheme evdc_vocab: ;
  skos:prefLabel "current.cell_fast"@en ;
  dc:description "The fast component of the measured electrical current of the ozonesonde which is originated from the fast reaction pathway of O3 + KI (New TDRM method)"@en ;
  a skos:Concept .

