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

historicalscent:fruity_lemon
  skos:broader historicalscent:fruity ;
  a skos:Concept ;
  skos:prefLabel "Lemon"@en .

historicalscent:fruity_orange
  skos:broader historicalscent:fruity ;
  a skos:Concept ;
  skos:prefLabel "Orange"@en .

historicalscent:fruity_apple
  skos:broader historicalscent:fruity ;
  a skos:Concept ;
  skos:prefLabel "Apple"@en .

historicalscent:fruity_banana
  skos:broader historicalscent:fruity ;
  a skos:Concept ;
  skos:prefLabel "Banana"@en .

historicalscent:fruity_cherry
  skos:broader historicalscent:fruity ;
  a skos:Concept ;
  skos:prefLabel "Cherry"@en .

historicalscent:fruity_grapes
  skos:broader historicalscent:fruity ;
  a skos:Concept ;
  skos:prefLabel "Grapes"@en .

historicalscent:fruity
  a skos:Concept ;
  skos:inScheme historicalscent: ;
  skos:prefLabel "Fruity"@en ;
  skos:topConceptOf historicalscent: ;
  skos:narrower historicalscent:fruity_lemon, historicalscent:fruity_orange, historicalscent:fruity_apple, historicalscent:fruity_banana, historicalscent:fruity_cherry, historicalscent:fruity_grapes .

