@prefix historicalscent: <http://data.odeuropa.eu/vocabulary/historical-scent/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

historicalscent:
  skos:hasTopConcept historicalscent:woody ;
  a skos:ConceptScheme ;
  rdfs:label "A nose first classification system of iconographies, allegories and artefacts"@en .

historicalscent:woody_agar
  skos:broader historicalscent:woody ;
  a skos:Concept ;
  skos:prefLabel "Agar"@en .

historicalscent:woody_algum
  skos:broader historicalscent:woody ;
  a skos:Concept ;
  skos:prefLabel "Algum (almug, aka red sandalwood)"@en .

historicalscent:woody_aloe
  skos:broader historicalscent:woody ;
  a skos:Concept ;
  skos:prefLabel "Aloe (in the meaning of tree)"@en .

historicalscent:woody_cedar
  skos:broader historicalscent:woody ;
  a skos:Concept ;
  skos:prefLabel "Cedar"@en .

historicalscent:woody_sandalwood
  skos:broader historicalscent:woody ;
  a skos:Concept ;
  skos:prefLabel "Sandalwood"@en .

historicalscent:woody
  a skos:Concept ;
  skos:inScheme historicalscent: ;
  skos:prefLabel "Woody"@en ;
  skos:topConceptOf historicalscent: ;
  skos:narrower historicalscent:woody_agar, historicalscent:woody_algum, historicalscent:woody_aloe, historicalscent:woody_cedar, historicalscent:woody_sandalwood .

