@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:propyne
  skos:prefLabel "propyne"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:alkynes .

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

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:alkynes .

actris_vocab:1-butyne
  skos:prefLabel "1-butyne"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:alkynes .

actris_vocab:ethyne
  skos:prefLabel "ethyne"@en ;
  a skos:Concept ;
  skos:broader actris_vocab:alkynes .

actris_vocab:alkynes
  skos:prefLabel "alkynes"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:propyne, actris_vocab:1-butyne, actris_vocab:ethyne ;
  dc:creator <https://orcid.org/0000-0002-8981-0805>, <https://orcid.org/0000-0001-5158-8703> ;
  dc:contributor <https://orcid.org/0000-0002-1490-169X> ;
  skos:inScheme actris_vocab: ;
  skos:broader actris_vocab:non-methanehydrocarbons, actris_vocab:volatileorganiccompounds .

