@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:ftirtccon
  skos:prefLabel "ftir tccon"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:h2o.mixing.ratio.volume_apriori .

evdc_vocab:lhrfrm4ghg
  skos:prefLabel "lhr frm4ghg"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:h2o.mixing.ratio.volume_apriori .

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

evdc_vocab:ftirfrm4ghg
  skos:prefLabel "ftir frm4ghg"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:h2o.mixing.ratio.volume_apriori .

evdc_vocab:h2o.mixing.ratio.volume_apriori
  skos:broader evdc_vocab:lhrfrm4ghg, evdc_vocab:ftirtccon, evdc_vocab:ftirfrm4ghg ;
  skos:inScheme evdc_vocab: ;
  skos:prefLabel "h2o.mixing.ratio.volume_apriori"@en ;
  dc:description "TCCON a priori profile treated as a wet mole fraction"@en ;
  a skos:Concept .

