@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:earthly
  skos:narrower historicbook:farm_like ;
  a skos:Concept ;
  skos:prefLabel "Earthly / Musty / Mouldy"@en .

historicbook:old_seasoning
  ns0:next historicbook:farm_like ;
  a skos:Concept ;
  skos:prefLabel "Old seasoning"@en .

historicbook:dampness
  ns0:prev historicbook:farm_like ;
  a skos:Concept ;
  skos:prefLabel "Dampness"@en .

historicbook:farm_like
  a skos:Concept ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/historic-book> ;
  skos:prefLabel "Farm-like"@en ;
  skos:broader historicbook:earthly ;
  ns0:next historicbook:dampness ;
  ns0:prev historicbook:old_seasoning .

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

