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

plutchik:terror
  a skos:Concept ;
  skos:inScheme plutchik: ;
  skos:prefLabel "terror"@en ;
  skos:broader plutchik:fear .

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

