@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix olfactorygestures: <http://data.odeuropa.eu/vocabulary/olfactory-gestures/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.odeuropa.eu/olfactory_objects/405> skos:related olfactorygestures:16 .
<http://data.odeuropa.eu/vocabulary/olfactory-gestures>
  skos:hasTopConcept olfactorygestures:16 ;
  a skos:ConceptScheme ;
  rdfs:label "Olfactory gestures" .

olfactorygestures:16
  a skos:Concept ;
  skos:related <http://data.odeuropa.eu/olfactory_objects/405> ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/olfactory-gestures> ;
  skos:prefLabel "Food tasting"@en, "Dégustation"@fr, "Assaggiare"@it, "Proeven (bijv. door een kok)"@nl, "Degustacija hrane"@sl ;
  skos:topConceptOf <http://data.odeuropa.eu/vocabulary/olfactory-gestures> ;
  skos:altLabel "Food trying"@en .

