@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vdihedonic: <http://data.odeuropa.eu/vocabulary/vdi-hedonic/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns0: <http://purl.org/linguistics/gold/> .

<http://data.odeuropa.eu/vocabulary/vdi-hedonic>
  skos:hasTopConcept vdihedonic:19p ;
  a skos:ConceptScheme ;
  rdfs:label "Olfaktometrie - Bestimmung der hedonischen Geruchswirkung"@de, "Olfactometry - Determination of Hedonic Odour Tone"@en .

vdihedonic:19n
  ns0:antonym vdihedonic:19p ;
  a skos:Concept ;
  skos:prefLabel "Stechend"@de, "Pungent"@en, "Piquant"@fr, "Pungente"@it, "Scherp"@nl, "Oster"@sl .

vdihedonic:19p
  a skos:Concept ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/vdi-hedonic> ;
  skos:prefLabel "Saai"@nl, "Dumpf"@de, "Dull"@en, "Terne"@fr, "Scialbo"@it, "Dolgočasen"@sl ;
  skos:topConceptOf <http://data.odeuropa.eu/vocabulary/vdi-hedonic> ;
  skos:altLabel "Pust"@sl ;
  ns0:antonym vdihedonic:19n .

