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

historicalscent:sour__acidic_acidic_acid
  skos:broader historicalscent:sour__acidic ;
  a skos:Concept ;
  skos:prefLabel "Acidic acid"@en .

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

historicalscent:sour__acidic_infections
  skos:broader historicalscent:sour__acidic ;
  a skos:Concept ;
  skos:prefLabel "Infections"@en .

historicalscent:sour__acidic_vinegar
  skos:broader historicalscent:sour__acidic ;
  a skos:Concept ;
  skos:prefLabel "Vinegar"@en .

historicalscent:sour__acidic_vinegar_wine
  skos:broader historicalscent:sour__acidic ;
  a skos:Concept ;
  skos:prefLabel "Vinegar wine"@en .

historicalscent:sour__acidic_vomit
  skos:broader historicalscent:sour__acidic ;
  a skos:Concept ;
  skos:prefLabel "Vomit"@en .

historicalscent:sour__acidic_ammonia
  skos:broader historicalscent:sour__acidic ;
  a skos:Concept ;
  skos:prefLabel "Ammonia"@en .

historicalscent:sour__acidic
  a skos:Concept ;
  skos:inScheme historicalscent: ;
  skos:prefLabel "Sour/ acidic (formerly vinegary)"@en ;
  skos:topConceptOf historicalscent: ;
  skos:narrower historicalscent:sour__acidic_acidic_acid, historicalscent:sour__acidic_fermented_blood, historicalscent:sour__acidic_infections, historicalscent:sour__acidic_vinegar, historicalscent:sour__acidic_vinegar_wine, historicalscent:sour__acidic_vomit, historicalscent:sour__acidic_ammonia .

