@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:humidity.relative.surface_independent .

evdc_vocab:lhrfrm4ghg
  skos:prefLabel "lhr frm4ghg"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:humidity.relative.surface_independent .

evdc_vocab:ftir
  skos:prefLabel "ftir"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:humidity.relative.surface_independent .

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

evdc_vocab:humidity.relative.surface_independent
  skos:broader evdc_vocab:lhrfrm4ghg, evdc_vocab:ftirtccon, evdc_vocab:ftirfrm4ghg, evdc_vocab:ftir ;
  skos:inScheme evdc_vocab: ;
  skos:prefLabel "humidity.relative.surface_independent"@en ;
  dc:description "Relative humidity at the station"@en ;
  a skos:Concept .

evdc_vocab:ftirfrm4ghg
  skos:prefLabel "ftir frm4ghg"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:humidity.relative.surface_independent .

