@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:methylchavicol
  skos:broader actris_vocab:aromatics, actris_vocab:alcohols, actris_vocab:objectofinterest ;
  skos:altLabel "1-methoxy-4-prop-2-enylbenzene"@en, "estragole"@en ;
  skos:exactMatch <https://commonchemistry.cas.org/detail?cas_rn=140-67-0> ;
  skos:prefLabel "methylchavicol"@en ;
  a skos:Concept ;
  dc:contributor <https://orcid.org/0000-0002-1490-169X>, <https://orcid.org/0000-0001-5158-8703> ;
  skos:inScheme actris_vocab: ;
  dc:creator <https://orcid.org/0000-0003-2972-2851> .

actris_vocab:alcohols
  skos:prefLabel "alcohols"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:methylchavicol .

actris_vocab:aromatics
  skos:prefLabel "aromatics"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:methylchavicol .

actris_vocab:methylchavicolmassconcentration ns0:hasObjectOfInterest actris_vocab:methylchavicol .
actris_vocab:
  skos:prefLabel "ACTRIS Vocabulary"@en ;
  a skos:ConceptScheme .

actris_vocab:methylchavicolnumberconcentration ns0:hasObjectOfInterest actris_vocab:methylchavicol .
actris_vocab:methylchavicolamountfraction ns0:hasObjectOfInterest actris_vocab:methylchavicol .
actris_vocab:objectofinterest
  skos:prefLabel "object of interest"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:methylchavicol .

