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

historicbook:body_odour
  skos:broader historicbook:fishy_rancid ;
  a skos:Concept ;
  skos:prefLabel "Body Odour"@en .

historicbook:fish
  skos:broader historicbook:fishy_rancid ;
  a skos:Concept ;
  skos:prefLabel "Fish"@en .

historicbook:poo
  skos:broader historicbook:fishy_rancid ;
  a skos:Concept ;
  skos:prefLabel "Poo"@en .

historicbook:trash
  skos:broader historicbook:fishy_rancid ;
  a skos:Concept ;
  skos:prefLabel "Trash"@en .

historicbook:rotten_socks
  skos:broader historicbook:fishy_rancid ;
  a skos:Concept ;
  skos:prefLabel "Rotten Socks"@en .

historicbook:medicinal
  ns0:next historicbook:fishy_rancid ;
  a skos:Concept ;
  skos:prefLabel "Medicinal"@en .

historicbook:chemical
  ns0:prev historicbook:fishy_rancid ;
  a skos:Concept ;
  skos:prefLabel "Chemical / Hydrocarbons"@en .

historicbook:fishy_rancid
  a skos:Concept ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/historic-book> ;
  skos:prefLabel "Fishy / Rancid"@en ;
  skos:topConceptOf <http://data.odeuropa.eu/vocabulary/historic-book> ;
  skos:narrower historicbook:body_odour, historicbook:fish, historicbook:poo, historicbook:trash, historicbook:rotten_socks ;
  ns0:next historicbook:chemical ;
  ns0:prev historicbook:medicinal .

