@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:loathing
  skos:broader plutchik:disgust ;
  a skos:Concept ;
  skos:prefLabel "loathing"@en .

plutchik:boredom
  skos:narrower plutchik:disgust ;
  a skos:Concept ;
  skos:prefLabel "boredom"@en .

plutchik:contempt
  ns0:next plutchik:disgust ;
  a skos:Concept ;
  skos:prefLabel "contempt"@en .

plutchik:remorse
  ns0:prev plutchik:disgust ;
  a skos:Concept ;
  skos:prefLabel "remorse"@en .

plutchik:disgust
  a skos:Concept ;
  skos:inScheme plutchik: ;
  skos:prefLabel "disgust"@en ;
  skos:broader plutchik:boredom ;
  skos:narrower plutchik:loathing ;
  ns0:next plutchik:remorse ;
  ns0:prev plutchik:contempt .

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

