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

yso:p122
  skos:prefLabel "berättelser"@sv, "kertomukset (kirjalliset teokset)"@fi, "stories"@en ;
  a skos:Concept .

kito:k118
  skos:prefLabel "Christmas stories"@en, "joulukertomukset"@fi ;
  a skos:Concept ;
  skos:broader kito:k1650 .

kito:k1650
  skos:prefLabel "stories"@en, "kertomukset"@fi ;
  skos:exactMatch yso:p122 ;
  skos:related kito:k1649, kito:k1869 ;
  skos:narrower kito:k118, kito:k1484 ;
  skos:topConceptOf yso:conceptscheme ;
  a skos:Concept ;
  skos:inScheme yso:conceptscheme .

kito:k1649
  skos:prefLabel "tales"@en, "tarinat"@fi ;
  a skos:Concept ;
  skos:related kito:k1650 .

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

kito:k1484
  skos:prefLabel "serial stories"@en, "jatkokertomukset"@fi ;
  a skos:Concept ;
  skos:broader kito:k1650 .

kito:k1869
  skos:prefLabel "essays"@en, "esseet"@fi ;
  a skos:Concept ;
  skos:related kito:k1650 .

