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

historicbook:gasoline_like
  skos:broader historicbook:chemical ;
  a skos:Concept ;
  skos:prefLabel "Gasoline-like"@en .

historicbook:engines
  skos:broader historicbook:chemical ;
  a skos:Concept ;
  skos:prefLabel "Engines"@en .

historicbook:sweet
  skos:broader historicbook:chemical ;
  a skos:Concept ;
  skos:prefLabel "Sweet"@en .

historicbook:industrial
  skos:broader historicbook:chemical ;
  a skos:Concept ;
  skos:prefLabel "Industrial"@en .

historicbook:sweet_pungent
  skos:broader historicbook:chemical ;
  a skos:Concept ;
  skos:prefLabel "Sweet pungent"@en .

historicbook:fishy_rancid
  ns0:next historicbook:chemical ;
  a skos:Concept ;
  skos:prefLabel "Fishy / Rancid"@en .

historicbook:earthly
  ns0:prev historicbook:chemical ;
  a skos:Concept ;
  skos:prefLabel "Earthly / Musty / Mouldy"@en .

historicbook:chemical
  a skos:Concept ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/historic-book> ;
  skos:prefLabel "Chemical / Hydrocarbons"@en ;
  skos:topConceptOf <http://data.odeuropa.eu/vocabulary/historic-book> ;
  skos:narrower historicbook:gasoline_like, historicbook:engines, historicbook:sweet, historicbook:industrial, historicbook:sweet_pungent ;
  ns0:next historicbook:earthly ;
  ns0:prev historicbook:fishy_rancid .

