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

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

dhsvsw:stinkerkees
  a skos:Concept, <http://purl.org/linguistics/gold/Noun> ;
  skos:inScheme dhsvsw: ;
  skos:prefLabel "stinkerKees"@nl ;
  skos:topConceptOf dhsvsw: ;
  skos:altLabel "stinkkees"@nl ;
  dc:bibliographicCitation "Neuswijzer Workshops" ;
  skos:definition "Amsterdamse uitdrukking"@nl ;
  skos:example "In platdutsch is stinkerkees stinkkaas"@nl .

