@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:oap
  skos:prefLabel "oap"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:particle.number.density_uncertainty.combined.standard .

evdc_vocab:particle.number.density_uncertainty.combined.standard
  skos:broader evdc_vocab:oap ;
  skos:inScheme evdc_vocab: ;
  skos:prefLabel "particle.number.density_uncertainty.combined.standard"@en ;
  dc:description "Combined uncertainty of particle concentration per particle size bin reported as standard error"@en ;
  a skos:Concept .

