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

plutchik:acceptance
  skos:narrower plutchik:trust ;
  a skos:Concept ;
  skos:prefLabel "acceptance"@en .

plutchik:submission
  ns0:next plutchik:trust ;
  a skos:Concept ;
  skos:prefLabel "submission"@en .

plutchik:love
  ns0:prev plutchik:trust ;
  a skos:Concept ;
  skos:prefLabel "love"@en .

plutchik:trust
  a skos:Concept ;
  skos:inScheme plutchik: ;
  skos:prefLabel "trust"@en ;
  skos:broader plutchik:acceptance ;
  skos:narrower plutchik:admiration ;
  ns0:next plutchik:love ;
  ns0:prev plutchik:submission .

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

