@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:fishy_rancid
  skos:narrower historicbook:poo ;
  a skos:Concept ;
  skos:prefLabel "Fishy / Rancid"@en .

historicbook:body_odour
  ns0:next historicbook:poo ;
  a skos:Concept ;
  skos:prefLabel "Body Odour"@en .

historicbook:rotten_socks
  ns0:prev historicbook:poo ;
  a skos:Concept ;
  skos:prefLabel "Rotten Socks"@en .

historicbook:poo
  a skos:Concept ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/historic-book> ;
  skos:prefLabel "Poo"@en ;
  skos:broader historicbook:fishy_rancid ;
  ns0:next historicbook:rotten_socks ;
  ns0:prev historicbook:body_odour .

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

