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

historicalscent:fishy_fish
  skos:broader historicalscent:fishy ;
  a skos:Concept ;
  skos:prefLabel "Fish"@en .

historicalscent:fishy_seafood
  skos:broader historicalscent:fishy ;
  a skos:Concept ;
  skos:prefLabel "Seafood"@en .

historicalscent:fishy
  a skos:Concept ;
  skos:inScheme historicalscent: ;
  skos:prefLabel "Fishy"@en ;
  skos:topConceptOf historicalscent: ;
  skos:narrower historicalscent:fishy_fish, historicalscent:fishy_seafood .

