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

historicalscent:floral
  skos:narrower historicalscent:floral_columbine ;
  a skos:Concept ;
  skos:prefLabel "Floral"@en .

historicalscent:floral_columbine
  a skos:Concept ;
  skos:inScheme historicalscent: ;
  skos:prefLabel "Columbine"@en ;
  skos:broader historicalscent:floral ;
  ns0:subjectOf "The Madonna and Child with Saint Nicholas of Tolentino and Saint Anthony of Padua" .

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

