@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:medicinal ;
  a skos:ConceptScheme ;
  rdfs:label "Odour wheel of historic book"@en .

historicbook:vinegar
  skos:broader historicbook:medicinal ;
  a skos:Concept ;
  skos:prefLabel "Vinegar"@en .

historicbook:mothballs
  skos:broader historicbook:medicinal ;
  a skos:Concept ;
  skos:prefLabel "Mothballs"@en .

historicbook:fragrant
  ns0:next historicbook:medicinal ;
  a skos:Concept ;
  skos:prefLabel "Fragrant / Vegetable / Fruity / Flowers"@en .

historicbook:fishy_rancid
  ns0:prev historicbook:medicinal ;
  a skos:Concept ;
  skos:prefLabel "Fishy / Rancid"@en .

historicbook:medicinal
  a skos:Concept ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/historic-book> ;
  skos:prefLabel "Medicinal"@en ;
  skos:topConceptOf <http://data.odeuropa.eu/vocabulary/historic-book> ;
  skos:narrower historicbook:vinegar, historicbook:mothballs ;
  ns0:next historicbook:fishy_rancid ;
  ns0:prev historicbook:fragrant .

