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

historicalscent:industrial_coal
  skos:broader historicalscent:industrial ;
  a skos:Concept ;
  skos:prefLabel "Coal"@en .

historicalscent:industrial_exhaust
  skos:broader historicalscent:industrial ;
  a skos:Concept ;
  skos:prefLabel "Exhaust"@en .

historicalscent:industrial_gasoline
  skos:broader historicalscent:industrial ;
  a skos:Concept ;
  skos:prefLabel "Gasoline"@en .

historicalscent:industrial_lye
  skos:broader historicalscent:industrial ;
  a skos:Concept ;
  skos:prefLabel "Lye"@en .

historicalscent:industrial_oil
  skos:broader historicalscent:industrial ;
  a skos:Concept ;
  skos:prefLabel "Oil"@en .

historicalscent:industrial_peat
  skos:broader historicalscent:industrial ;
  a skos:Concept ;
  skos:prefLabel "Peat"@en .

historicalscent:industrial_petrol
  skos:broader historicalscent:industrial ;
  a skos:Concept ;
  skos:prefLabel "Petrol"@en .

historicalscent:industrial_smoke
  skos:broader historicalscent:industrial ;
  a skos:Concept ;
  skos:prefLabel "Smoke"@en .

historicalscent:industrial_soot
  skos:broader historicalscent:industrial ;
  a skos:Concept ;
  skos:prefLabel "Soot"@en .

historicalscent:industrial_steam
  skos:broader historicalscent:industrial ;
  a skos:Concept ;
  skos:prefLabel "Steam"@en .

historicalscent:industrial
  a skos:Concept ;
  skos:inScheme historicalscent: ;
  skos:prefLabel "Industrial"@en ;
  skos:topConceptOf historicalscent: ;
  skos:narrower historicalscent:industrial_coal, historicalscent:industrial_exhaust, historicalscent:industrial_gasoline, historicalscent:industrial_lye, historicalscent:industrial_oil, historicalscent:industrial_peat, historicalscent:industrial_petrol, historicalscent:industrial_smoke, historicalscent:industrial_soot, historicalscent:industrial_steam .

