@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:smoky_burnt
  skos:narrower historicbook:smoke ;
  a skos:Concept ;
  skos:prefLabel "Smoky / Burnt"@en .

historicbook:ash
  ns0:next historicbook:smoke ;
  a skos:Concept ;
  skos:prefLabel "Ash"@en .

historicbook:smoke
  a skos:Concept ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/historic-book> ;
  skos:prefLabel "Smoke"@en ;
  skos:broader historicbook:smoky_burnt ;
  ns0:next historicbook:burning ;
  ns0:prev historicbook:ash .

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

historicbook:burning
  a skos:Concept ;
  skos:prefLabel "Burning"@en .

