@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/44> skos:related olfactorygestures:30 .
<http://data.odeuropa.eu/vocabulary/olfactory-gestures>
  skos:hasTopConcept olfactorygestures:30 ;
  a skos:ConceptScheme ;
  rdfs:label "Olfactory gestures" .

olfactorygestures:30
  a skos:Concept ;
  skos:related <http://data.odeuropa.eu/olfactory_objects/44> ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/olfactory-gestures> ;
  skos:prefLabel "Harvesting civet from civet cat"@en, "Récolte de la civette du chat civette"@fr, "Raccogliere lo zibetto"@it, "Nabiranje mošusa"@sl ;
  skos:topConceptOf <http://data.odeuropa.eu/vocabulary/olfactory-gestures> .

