@prefix dhsvsw: <http://data.odeuropa.eu/vocabulary/dhsv-sw/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .

dhsvsw:
  skos:hasTopConcept dhsvsw:boeket ;
  a skos:ConceptScheme ;
  rdfs:label "Dutch Historical Smell Vocabulary (DHSV) - Smell Words"@nl .

dhsvsw:Smell_term
  skos:member dhsvsw:boeket ;
  skos:prefLabel "Smell term"@en ;
  a skos:Collection .

dhsvsw:boeket
  a skos:Concept, <http://purl.org/linguistics/gold/Noun> ;
  skos:inScheme dhsvsw: ;
  skos:prefLabel "boeket"@nl ;
  skos:topConceptOf dhsvsw: ;
  skos:altLabel "Bouquet"@nl ;
  dc:bibliographicCitation "Brouwer Lexicon; WNT" ;
  skos:definition "Bloemruiker, bos bijeengeschikte bloemen; De kruidige smaak en geur van wijn"@nl .

