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

historicalscent:body_odour_breath
  skos:broader historicalscent:body_odour ;
  a skos:Concept ;
  skos:prefLabel "Breath"@en .

historicalscent:body_odour_ear_wax_
  skos:broader historicalscent:body_odour ;
  a skos:Concept ;
  skos:prefLabel "Ear wax? (peter de cupere)"@en .

historicalscent:body_odour_fart
  skos:broader historicalscent:body_odour ;
  a skos:Concept ;
  skos:prefLabel "Fart"@en .

historicalscent:body_odour_feet
  skos:broader historicalscent:body_odour ;
  a skos:Concept ;
  skos:prefLabel "Feet"@en .

historicalscent:body_odour_hair
  skos:broader historicalscent:body_odour ;
  a skos:Concept ;
  skos:prefLabel "Hair"@en .

historicalscent:body_odour_odor_di_femmina
  skos:broader historicalscent:body_odour ;
  a skos:Concept ;
  skos:prefLabel "Odor di femmina"@en .

historicalscent:body_odour_sweat
  skos:broader historicalscent:body_odour ;
  a skos:Concept ;
  skos:prefLabel "Sweat"@en .

historicalscent:body_odour_excrements
  skos:broader historicalscent:body_odour ;
  a skos:Concept ;
  skos:prefLabel "Excrements"@en .

historicalscent:body_odour
  a skos:Concept ;
  skos:inScheme historicalscent: ;
  skos:prefLabel "Body odour (human)"@en ;
  skos:topConceptOf historicalscent: ;
  skos:narrower historicalscent:body_odour_breath, historicalscent:body_odour_ear_wax_, historicalscent:body_odour_fart, historicalscent:body_odour_feet, historicalscent:body_odour_hair, historicalscent:body_odour_odor_di_femmina, historicalscent:body_odour_sweat, historicalscent:body_odour_excrements .

