@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:sour__acidic
  skos:narrower historicalscent:sour__acidic_fermented_blood ;
  a skos:Concept ;
  skos:prefLabel "Sour/ acidic (formerly vinegary)"@en .

historicalscent:sour__acidic_fermented_blood
  a skos:Concept ;
  skos:inScheme historicalscent: ;
  skos:prefLabel "Fermented blood"@en ;
  skos:broader historicalscent:sour__acidic .

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

