@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix historicbook: <http://data.odeuropa.eu/vocabulary/historic-book/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns0: <http://dbpedia.org/property/> .

<http://data.odeuropa.eu/vocabulary/historic-book>
  skos:hasTopConcept historicbook:sweet_spicy ;
  a skos:ConceptScheme ;
  rdfs:label "Odour wheel of historic book"@en .

historicbook:vanilla
  skos:broader historicbook:sweet_spicy ;
  a skos:Concept ;
  skos:prefLabel "Vanilla"@en .

historicbook:almonds
  skos:broader historicbook:sweet_spicy ;
  a skos:Concept ;
  skos:prefLabel "Almonds"@en .

historicbook:biscuits
  skos:broader historicbook:sweet_spicy ;
  a skos:Concept ;
  skos:prefLabel "Biscuits"@en .

historicbook:caramel
  skos:broader historicbook:sweet_spicy ;
  a skos:Concept ;
  skos:prefLabel "Caramel / Biscuits"@en .

historicbook:bourbon_cream
  skos:broader historicbook:sweet_spicy ;
  a skos:Concept ;
  skos:prefLabel "Bourbon / Cream"@en .

historicbook:chocolate
  skos:broader historicbook:sweet_spicy ;
  a skos:Concept ;
  skos:prefLabel "Chocolate"@en .

historicbook:earthly
  ns0:next historicbook:sweet_spicy ;
  a skos:Concept ;
  skos:prefLabel "Earthly / Musty / Mouldy"@en .

historicbook:grassy_woody
  ns0:prev historicbook:sweet_spicy ;
  a skos:Concept ;
  skos:prefLabel "Grassy / Woody"@en .

historicbook:sweet_spicy
  a skos:Concept ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/historic-book> ;
  skos:prefLabel "Sweet / Spicy"@en ;
  skos:topConceptOf <http://data.odeuropa.eu/vocabulary/historic-book> ;
  skos:narrower historicbook:vanilla, historicbook:almonds, historicbook:biscuits, historicbook:caramel, historicbook:bourbon_cream, historicbook:chocolate ;
  ns0:next historicbook:grassy_woody ;
  ns0:prev historicbook:earthly .

