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

plutchik:rage
  skos:broader plutchik:anger ;
  a skos:Concept ;
  skos:prefLabel "rage"@en .

plutchik:annoyance
  skos:narrower plutchik:anger ;
  a skos:Concept ;
  skos:prefLabel "annoyance"@en .

plutchik:aggressiveness
  ns0:next plutchik:anger ;
  a skos:Concept ;
  skos:prefLabel "aggressiveness"@en .

plutchik:contempt
  ns0:prev plutchik:anger ;
  a skos:Concept ;
  skos:prefLabel "contempt"@en .

plutchik:anger
  a skos:Concept ;
  skos:inScheme plutchik: ;
  skos:prefLabel "anger"@en ;
  skos:broader plutchik:annoyance ;
  skos:narrower plutchik:rage ;
  ns0:next plutchik:contempt ;
  ns0:prev plutchik:aggressiveness .

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

