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

flavornetodorants:366 skos:related flavornetodors:sweet_spices_fruit .
flavornetodorants:554 skos:related flavornetodors:sweet_spices_fruit .
flavornetodorants:509 skos:related flavornetodors:sweet_spices_fruit .
flavornetodorants:625 skos:related flavornetodors:sweet_spices_fruit .
flavornetodorants:180 skos:related flavornetodors:sweet_spices_fruit .
flavornetodors:sweet_spices
  skos:narrower flavornetodors:sweet_spices_fruit ;
  a skos:Concept ;
  skos:prefLabel "Sweet spices"@en .

flavornetodors:sweet_spices_fruit
  a skos:Concept ;
  skos:related flavornetodorants:366, flavornetodorants:554, flavornetodorants:509, flavornetodorants:625, flavornetodorants:180 ;
  skos:inScheme flavornetodors: ;
  skos:prefLabel "fruit"@en ;
  skos:broader flavornetodors:sweet_spices .

flavornetodors:
  a skos:ConceptScheme ;
  rdfs:label "Flavornet and human odor space"@en .

