@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#> .
@prefix ns0: <https://schema.org/> .

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

historicalscent:floral_carnation
  skos:broader historicalscent:floral ;
  a skos:Concept ;
  skos:prefLabel "Carnation"@en .

historicalscent:floral_columbine
  skos:broader historicalscent:floral ;
  a skos:Concept ;
  skos:prefLabel "Columbine"@en .

historicalscent:floral_flowers_garlands
  skos:broader historicalscent:floral ;
  a skos:Concept ;
  skos:prefLabel "Flowers garlands"@en .

historicalscent:floral_iris
  skos:broader historicalscent:floral ;
  a skos:Concept ;
  skos:prefLabel "Iris"@en .

historicalscent:floral_jasmin
  skos:broader historicalscent:floral ;
  a skos:Concept ;
  skos:prefLabel "Jasmin"@en .

historicalscent:floral_lily
  skos:broader historicalscent:floral ;
  a skos:Concept ;
  skos:prefLabel "Lily"@en .

historicalscent:floral_lily_of_the_valley
  skos:broader historicalscent:floral ;
  a skos:Concept ;
  skos:prefLabel "Lily of the Valley"@en .

historicalscent:floral_madonna_lily
  skos:broader historicalscent:floral ;
  a skos:Concept ;
  skos:prefLabel "Madonna Lily"@en .

historicalscent:floral_marigold
  skos:broader historicalscent:floral ;
  a skos:Concept ;
  skos:prefLabel "Marigold"@en .

historicalscent:floral_odour_of_sanctity
  skos:broader historicalscent:floral ;
  a skos:Concept ;
  skos:prefLabel "Odour of sanctity"@en .

historicalscent:floral_peonie
  skos:broader historicalscent:floral ;
  a skos:Concept ;
  skos:prefLabel "Peonie"@en .

historicalscent:floral_rose
  skos:broader historicalscent:floral ;
  a skos:Concept ;
  skos:prefLabel "Rose"@en .

historicalscent:floral_tulip
  skos:broader historicalscent:floral ;
  a skos:Concept ;
  skos:prefLabel "Tulip"@en .

historicalscent:floral_violet
  skos:broader historicalscent:floral ;
  a skos:Concept ;
  skos:prefLabel "Violet"@en .

historicalscent:floral_daffodil__jonquil
  skos:broader historicalscent:floral ;
  a skos:Concept ;
  skos:prefLabel "Daffodil/ jonquil"@en .

historicalscent:floral
  a skos:Concept ;
  skos:inScheme historicalscent: ;
  skos:prefLabel "Floral"@en ;
  skos:topConceptOf historicalscent: ;
  skos:narrower historicalscent:floral_carnation, historicalscent:floral_columbine, historicalscent:floral_flowers_garlands, historicalscent:floral_iris, historicalscent:floral_jasmin, historicalscent:floral_lily, historicalscent:floral_lily_of_the_valley, historicalscent:floral_madonna_lily, historicalscent:floral_marigold, historicalscent:floral_odour_of_sanctity, historicalscent:floral_peonie, historicalscent:floral_rose, historicalscent:floral_tulip, historicalscent:floral_violet, historicalscent:floral_daffodil__jonquil ;
  ns0:subjectOf "Dirck de Bray: Still Life with Symbols of the Virgin Mary, 1672" .

