@prefix actris_vocab: <https://vocabulary.actris.nilu.no/actris_vocab/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .

actris_vocab:non-methanehydrocarbons
  skos:prefLabel "non-methane hydrocarbons"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:dienes .

actris_vocab:
  skos:prefLabel "ACTRIS Vocabulary"@en ;
  a skos:ConceptScheme .

actris_vocab:volatileorganiccompounds
  skos:prefLabel "volatile organic compounds"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:dienes .

actris_vocab:1-3-cyclohexadiene
  skos:prefLabel "1,3-cyclohexadiene"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:dienes .

actris_vocab:1-5-hexadiene
  skos:prefLabel "1,5-hexadiene"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:dienes .

actris_vocab:dienes
  dc:contributor <https://orcid.org/0000-0002-1490-169X> ;
  skos:broader actris_vocab:non-methanehydrocarbons, actris_vocab:volatileorganiccompounds ;
  skos:narrower actris_vocab:1-5-hexadiene, actris_vocab:1-3-cyclohexadiene, actris_vocab:1-3-butadiene, actris_vocab:2-methyl-1-5-hexadiene ;
  skos:inScheme actris_vocab: ;
  skos:prefLabel "dienes"@en ;
  dc:creator <https://orcid.org/0000-0002-8981-0805>, <https://orcid.org/0000-0001-5158-8703> ;
  a skos:Concept .

actris_vocab:2-methyl-1-5-hexadiene
  skos:prefLabel "2-methyl-1,5-hexadiene"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:dienes .

actris_vocab:1-3-butadiene
  skos:prefLabel "1,3-butadiene"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:dienes .

