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

<http://data.odeuropa.eu/vocabulary/dhsv-sw/Smell_source_/_object>
  skos:member dhsvsw:stinkerij ;
  skos:prefLabel "Smell source / object"@en ;
  a skos:Collection .

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

dhsvsw:stinkerij
  a skos:Concept, <http://purl.org/linguistics/gold/Noun> ;
  skos:inScheme dhsvsw: ;
  skos:prefLabel "stinkerij"@nl ;
  skos:topConceptOf dhsvsw: ;
  skos:altLabel "stinkerei"@nl ;
  dc:bibliographicCitation "Molema, H. (1895), Woordenboek der Groningsche Volkstaal in de 19e eeuw", "Odeuropa" ;
  skos:definition "het stinken, de stank, dat wat stank oplevert"@nl ;
  skos:example "wat stinkerei is dat hier! bv. van eene stinksloot.;  Knienen is zoe’n stinkeri’je"@nl .

