@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:serenity ;
  a skos:ConceptScheme ;
  rdfs:label "Plutchik’s Wheel of Emotions"@en .

plutchik:joy
  skos:broader plutchik:serenity ;
  a skos:Concept ;
  skos:prefLabel "joy"@en .

plutchik:serenity
  a skos:Concept ;
  skos:inScheme plutchik: ;
  skos:prefLabel "serenity"@en ;
  skos:topConceptOf plutchik: ;
  skos:narrower plutchik:joy .

