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

historicalscent:sweet_carbolic_acid
  skos:broader historicalscent:sweet ;
  a skos:Concept ;
  skos:prefLabel "Carbolic acid"@en .

historicalscent:sweet_frankincense
  skos:broader historicalscent:sweet ;
  a skos:Concept ;
  skos:prefLabel "Frankincense"@en .

historicalscent:sweet_odour_of_sanctity
  skos:broader historicalscent:sweet ;
  a skos:Concept ;
  skos:prefLabel "Odour of sanctity"@en .

historicalscent:sweet_rose
  skos:broader historicalscent:sweet ;
  a skos:Concept ;
  skos:prefLabel "Rose"@en .

historicalscent:sweet_sweet_plants
  skos:broader historicalscent:sweet ;
  a skos:Concept ;
  skos:prefLabel "Sweet plants"@en .

historicalscent:sweet_sweetness
  skos:broader historicalscent:sweet ;
  a skos:Concept ;
  skos:prefLabel "sweetness"@en .

historicalscent:sweet
  a skos:Concept ;
  skos:inScheme historicalscent: ;
  skos:prefLabel "Sweet"@en ;
  skos:topConceptOf historicalscent: ;
  skos:narrower historicalscent:sweet_carbolic_acid, historicalscent:sweet_frankincense, historicalscent:sweet_odour_of_sanctity, historicalscent:sweet_rose, historicalscent:sweet_sweet_plants, historicalscent:sweet_sweetness .

