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

historicbook:old_clothing
  skos:broader historicbook:earthly ;
  a skos:Concept ;
  skos:prefLabel "Old clothing"@en .

historicbook:dampness
  skos:broader historicbook:earthly ;
  a skos:Concept ;
  skos:prefLabel "Dampness"@en .

historicbook:old_room
  skos:broader historicbook:earthly ;
  a skos:Concept ;
  skos:prefLabel "Old room"@en .

historicbook:farm_like
  skos:broader historicbook:earthly ;
  a skos:Concept ;
  skos:prefLabel "Farm-like"@en .

historicbook:old_seasoning
  skos:broader historicbook:earthly ;
  a skos:Concept ;
  skos:prefLabel "Old seasoning"@en .

historicbook:musty
  skos:broader historicbook:earthly ;
  a skos:Concept ;
  skos:prefLabel "Musty"@en .

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

historicbook:sweet_spicy
  ns0:prev historicbook:earthly ;
  a skos:Concept ;
  skos:prefLabel "Sweet / Spicy"@en .

historicbook:earthly
  a skos:Concept ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/historic-book> ;
  skos:prefLabel "Earthly / Musty / Mouldy"@en ;
  skos:topConceptOf <http://data.odeuropa.eu/vocabulary/historic-book> ;
  skos:narrower historicbook:old_clothing, historicbook:dampness, historicbook:old_room, historicbook:farm_like, historicbook:old_seasoning, historicbook:musty ;
  ns0:next historicbook:sweet_spicy ;
  ns0:prev historicbook:chemical .

