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

olfactory_objects:150 skos:related historicalscent:sour__acidic_ammonia .
historicalscent:sour__acidic
  skos:narrower historicalscent:sour__acidic_ammonia ;
  a skos:Concept ;
  skos:prefLabel "Sour/ acidic (formerly vinegary)"@en .

historicalscent:sour__acidic_ammonia
  a skos:Concept ;
  skos:related olfactory_objects:150 ;
  skos:inScheme historicalscent: ;
  skos:prefLabel "Ammonia"@en ;
  skos:broader historicalscent:sour__acidic ;
  ns0:subjectOf "Rembrandt: Allegory of Smell" .

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

