@prefix flavornetodors: <http://data.odeuropa.eu/vocabulary/flavornet/odors/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix flavornetodorants: <http://data.odeuropa.eu/vocabulary/flavornet/odorants/> .

flavornetodors:aromatic_phenol
  skos:related flavornetodorants:181 ;
  a skos:Concept ;
  skos:prefLabel "phenol"@en .

flavornetodors:aromatic_spice
  skos:related flavornetodorants:181 ;
  a skos:Concept ;
  skos:prefLabel "spice"@en .

flavornetodorants:181 skos:related flavornetodors:aromatic_phenol, flavornetodors:aromatic_spice .
