@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:176 skos:related flavornetodors:sweet_spices_vanilla .
flavornetodors:sweet_spices
  skos:narrower flavornetodors:sweet_spices_vanilla ;
  a skos:Concept ;
  skos:prefLabel "Sweet spices"@en .

flavornetodors:sweet_spices_vanilla
  a skos:Concept ;
  skos:related flavornetodorants:176 ;
  skos:inScheme flavornetodors: ;
  skos:prefLabel "vanilla"@en ;
  skos:broader flavornetodors:sweet_spices .

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

