@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:211 skos:related flavornetodors:sweet_spices_honey .
flavornetodorants:80 skos:related flavornetodors:sweet_spices_honey .
flavornetodorants:83 skos:related flavornetodors:sweet_spices_honey .
flavornetodorants:1 skos:related flavornetodors:sweet_spices_honey .
flavornetodors:sweet_spices
  skos:narrower flavornetodors:sweet_spices_honey ;
  a skos:Concept ;
  skos:prefLabel "Sweet spices"@en .

flavornetodors:sweet_spices_honey
  a skos:Concept ;
  skos:related flavornetodorants:211, flavornetodorants:80, flavornetodorants:83, flavornetodorants:1 ;
  skos:inScheme flavornetodors: ;
  skos:prefLabel "honey"@en ;
  skos:broader flavornetodors:sweet_spices .

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

