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

plutchik:
  skos:hasTopConcept plutchik:interest ;
  a skos:ConceptScheme ;
  rdfs:label "Plutchik’s Wheel of Emotions"@en .

plutchik:anticipation
  skos:broader plutchik:interest ;
  a skos:Concept ;
  skos:prefLabel "anticipation"@en .

plutchik:interest
  a skos:Concept ;
  skos:inScheme plutchik: ;
  skos:prefLabel "interest"@en ;
  skos:topConceptOf plutchik: ;
  skos:narrower plutchik:anticipation .

