@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/> .
@prefix ns0: <https://w3id.org/iadopt/ont/> .

actris_vocab:dimethylsulfoxide
  skos:exactMatch <https://commonchemistry.cas.org/detail?cas_rn=67-68-5> ;
  skos:broader actris_vocab:oxygenatedvolatileorganiccompounds, actris_vocab:sulfurcontainingorganics, actris_vocab:objectofinterest ;
  skos:inScheme actris_vocab: ;
  skos:prefLabel "dimethyl sulfoxide"@en ;
  dc:creator <https://orcid.org/0000-0001-5158-8703> ;
  dc:contributor <https://orcid.org/0000-0002-1490-169X> ;
  a skos:Concept .

actris_vocab:oxygenatedvolatileorganiccompounds
  skos:prefLabel "oxygenated volatile organic compounds"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:dimethylsulfoxide .

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

actris_vocab:dimethylsulfoxidemassconcentration ns0:hasObjectOfInterest actris_vocab:dimethylsulfoxide .
actris_vocab:dimethylsulfoxideamountfraction ns0:hasObjectOfInterest actris_vocab:dimethylsulfoxide .
actris_vocab:sulfurcontainingorganics
  skos:prefLabel "sulfur containing organics"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:dimethylsulfoxide .

actris_vocab:dimethylsulfoxidenumberconcentration ns0:hasObjectOfInterest actris_vocab:dimethylsulfoxide .
actris_vocab:objectofinterest
  skos:prefLabel "object of interest"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:dimethylsulfoxide .

