@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:k141
  skos:broader kito:k144 ;
  skos:related kito:k384, kito:k337 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "frame story"@en, "kehyskertomus"@fi ;
  a skos:Concept .

kito:k337
  skos:prefLabel "structure"@en, "rakenne"@fi ;
  a skos:Concept ;
  skos:related kito:k141 .

kito:k144
  skos:prefLabel "kertomus"@fi, "story"@en ;
  a skos:Concept ;
  skos:narrower kito:k141 .

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

kito:k384
  skos:prefLabel "story within a story"@en, "sisäkertomus"@fi ;
  a skos:Concept ;
  skos:related kito:k141 .

