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

historicbook:medicinal
  skos:narrower historicbook:mothballs ;
  a skos:Concept ;
  skos:prefLabel "Medicinal"@en .

historicbook:vinegar
  ns0:next historicbook:mothballs ;
  a skos:Concept ;
  skos:prefLabel "Vinegar"@en .

historicbook:fish
  ns0:prev historicbook:mothballs ;
  a skos:Concept ;
  skos:prefLabel "Fish"@en .

historicbook:mothballs
  a skos:Concept ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/historic-book> ;
  skos:prefLabel "Mothballs"@en ;
  skos:broader historicbook:medicinal ;
  ns0:next historicbook:fish ;
  ns0:prev historicbook:vinegar .

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

