@prefix kito: <http://www.yso.fi/onto/kito/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

kito:k344
  skos:prefLabel "reception aesthetics"@en, "reseptioestetiikka"@fi ;
  a skos:Concept ;
  skos:related kito:k291 .

yso:conceptscheme
  rdfs:label "http://www.yso.fi/onto/yso" ;
  a skos:ConceptScheme .

kito:k291
  skos:broader yso:p113 ;
  skos:related kito:k344 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "horizon of expectations"@en, "odotushorisontti"@fi ;
  a skos:Concept .

yso:p113
  skos:prefLabel "mental phenomena"@en, "mentaaliset ilmiöt"@fi ;
  a skos:Concept ;
  skos:narrower kito:k291 .

