@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:619 ;
  a skos:Concept ;
  skos:prefLabel "spice"@en .

flavornetodors:sweet_spices_cotton_candy
  skos:related flavornetodorants:619 ;
  a skos:Concept ;
  skos:prefLabel "cotton candy"@en .

flavornetodors:sweet_spices_maple
  skos:related flavornetodorants:619 ;
  a skos:Concept ;
  skos:prefLabel "maple"@en .

flavornetodorants:619 skos:related flavornetodors:sweet_spices_spice, flavornetodors:sweet_spices_cotton_candy, flavornetodors:sweet_spices_maple .
