@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:20p ;
  a skos:ConceptScheme ;
  rdfs:label "Olfaktometrie - Bestimmung der hedonischen Geruchswirkung"@de, "Olfactometry - Determination of Hedonic Odour Tone"@en .

vdihedonic:20n
  ns0:antonym vdihedonic:20p ;
  a skos:Concept ;
  skos:prefLabel "Ernst"@de, "Serious"@en, "Sérieux"@fr, "Serio"@it, "Ernstig"@nl, "Resen"@sl .

vdihedonic:20p
  a skos:Concept ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/vdi-hedonic> ;
  skos:prefLabel "Verspielt"@de, "Playful"@en, "Ludique"@fr, "Giocoso"@it, "Speels"@nl, "Igriv"@sl ;
  skos:topConceptOf <http://data.odeuropa.eu/vocabulary/vdi-hedonic> ;
  ns0:antonym vdihedonic:20n .

