@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:grassy_woody
  skos:narrower historicbook:charred_wood ;
  a skos:Concept ;
  skos:prefLabel "Grassy / Woody"@en .

historicbook:grassy_leafy
  ns0:next historicbook:charred_wood ;
  a skos:Concept ;
  skos:prefLabel "Grassy / Leafy"@en .

historicbook:wood
  ns0:prev historicbook:charred_wood ;
  a skos:Concept ;
  skos:prefLabel "Wood"@en .

historicbook:charred_wood
  a skos:Concept ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/historic-book> ;
  skos:prefLabel "Charred wood"@en ;
  skos:broader historicbook:grassy_woody ;
  ns0:next historicbook:wood ;
  ns0:prev historicbook:grassy_leafy .

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

