@prefix actris_vocab: <https://vocabulary.actris.nilu.no/actris_vocab/> .
@prefix ns0: <https://w3id.org/iadopt/ont/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .

actris_vocab:tetramethyletheneamountfraction ns0:hasObjectOfInterest actris_vocab:tetramethylethene .
actris_vocab:tetramethylethenemassconcentration ns0:hasObjectOfInterest actris_vocab:tetramethylethene .
actris_vocab:tetramethylethenenumberconcentration ns0:hasObjectOfInterest actris_vocab:tetramethylethene .
actris_vocab:tetramethylethene
  skos:broader actris_vocab:objectofinterest, actris_vocab:alkenes ;
  a skos:Concept ;
  skos:exactMatch <https://commonchemistry.cas.org/detail?cas_rn=563-79-1> ;
  owl:deprecated "true"@en ;
  skos:altLabel "tetramethylethylene"@en ;
  dc:isReplacedBy actris_vocab:2-3-dimethyl-2-butene ;
  skos:inScheme actris_vocab: ;
  skos:prefLabel "tetramethylethene"@en ;
  dc:creator <https://orcid.org/0000-0003-2972-2851> .

actris_vocab:2-3-dimethyl-2-butene
  skos:prefLabel "2,3-dimethyl-2-butene"@en ;
  a skos:Concept .

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

actris_vocab:alkenes
  skos:prefLabel "alkenes"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:tetramethylethene .

actris_vocab:objectofinterest
  skos:prefLabel "object of interest"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:tetramethylethene .

