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

plutchik:apprehension
  skos:narrower plutchik:fear ;
  a skos:Concept ;
  skos:prefLabel "apprehension"@en .

plutchik:awe
  ns0:next plutchik:fear ;
  a skos:Concept ;
  skos:prefLabel "awe"@en .

plutchik:submission
  ns0:prev plutchik:fear ;
  a skos:Concept ;
  skos:prefLabel "submission"@en .

plutchik:fear
  a skos:Concept ;
  skos:inScheme plutchik: ;
  skos:prefLabel "fear"@en ;
  skos:broader plutchik:apprehension ;
  skos:narrower plutchik:terror ;
  ns0:next plutchik:submission ;
  ns0:prev plutchik:awe .

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

