@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:tropical_coconut
  skos:related flavornetodorants:736 ;
  a skos:Concept ;
  skos:prefLabel "coconut"@en .

flavornetodors:tropical_spice
  skos:related flavornetodorants:736 ;
  a skos:Concept ;
  skos:prefLabel "spice"@en .

flavornetodorants:736 skos:related flavornetodors:tropical_coconut, flavornetodors:tropical_spice .
