@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:mierzoet ;
  a skos:ConceptScheme ;
  rdfs:label "Dutch Historical Smell Vocabulary (DHSV) - Smell Words"@nl .

<http://data.odeuropa.eu/vocabulary/dhsv-sw/Odor_quality/_aroma>
  skos:member dhsvsw:mierzoet ;
  skos:prefLabel "Odor quality/ aroma"@en ;
  a skos:Collection .

dhsvsw:mierzoet
  a skos:Concept, <http://purl.org/linguistics/gold/Adjective> ;
  skos:inScheme dhsvsw: ;
  skos:prefLabel "mierzoet"@nl ;
  skos:topConceptOf dhsvsw: ;
  dc:bibliographicCitation "Brouwer Lexicon" .

