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

vdihedonic:26p
  ns0:antonym vdihedonic:26n ;
  a skos:Concept ;
  skos:prefLabel "Doux"@fr, "Mild"@de, "Mild"@en, "Mite"@it, "Mild"@nl, "Blag"@sl .

vdihedonic:26n
  a skos:Concept ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/vdi-hedonic> ;
  skos:prefLabel "Streng"@de, "Severe"@en, "Sévère"@fr, "Severo"@it, "Streng"@nl, "Huda"@sl ;
  skos:topConceptOf <http://data.odeuropa.eu/vocabulary/vdi-hedonic> ;
  skos:altLabel "Rigoroso"@it ;
  ns0:antonym vdihedonic:26p .

