@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:sweet_spices_spice
  skos:related flavornetodorants:1 ;
  a skos:Concept ;
  skos:prefLabel "spice"@en .

flavornetodors:sweet_spices_honey
  skos:related flavornetodorants:1 ;
  a skos:Concept ;
  skos:prefLabel "honey"@en .

flavornetodors:sweet_spices_lilac
  skos:related flavornetodorants:1 ;
  a skos:Concept ;
  skos:prefLabel "lilac"@en .

flavornetodors:sweet_spices_rose
  skos:related flavornetodorants:1 ;
  a skos:Concept ;
  skos:prefLabel "rose"@en .

flavornetodorants:1 skos:related flavornetodors:sweet_spices_spice, flavornetodors:sweet_spices_honey, flavornetodors:sweet_spices_lilac, flavornetodors:sweet_spices_rose .
