@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:resinous ;
  a skos:ConceptScheme ;
  rdfs:label "A nose first classification system of iconographies, allegories and artefacts"@en .

historicalscent:resinous_elemi
  skos:broader historicalscent:resinous ;
  a skos:Concept ;
  skos:prefLabel "Elemi (Canarium luzonicum)"@en .

historicalscent:resinous_galbanum
  skos:broader historicalscent:resinous ;
  a skos:Concept ;
  skos:prefLabel "Galbanum"@en .

historicalscent:resinous_myrrh
  skos:broader historicalscent:resinous ;
  a skos:Concept ;
  skos:prefLabel "Myrrh"@en .

historicalscent:resinous_peru_balsam
  skos:broader historicalscent:resinous ;
  a skos:Concept ;
  skos:prefLabel "Peru balsam"@en .

historicalscent:resinous_styrax
  skos:broader historicalscent:resinous ;
  a skos:Concept ;
  skos:prefLabel "Styrax (often known as ‘gum-resin’)"@en .

historicalscent:resinous_tolu_balsam
  skos:broader historicalscent:resinous ;
  a skos:Concept ;
  skos:prefLabel "Tolu balsam"@en .

historicalscent:resinous_frankincense
  skos:broader historicalscent:resinous ;
  a skos:Concept ;
  skos:prefLabel "Frankincense"@en .

historicalscent:resinous_labdanum
  skos:broader historicalscent:resinous ;
  a skos:Concept ;
  skos:prefLabel "Labdanum"@en .

historicalscent:resinous
  a skos:Concept ;
  skos:inScheme historicalscent: ;
  skos:prefLabel "Resinous"@en ;
  skos:topConceptOf historicalscent: ;
  skos:narrower historicalscent:resinous_elemi, historicalscent:resinous_galbanum, historicalscent:resinous_myrrh, historicalscent:resinous_peru_balsam, historicalscent:resinous_styrax, historicalscent:resinous_tolu_balsam, historicalscent:resinous_frankincense, historicalscent:resinous_labdanum .

