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

kauno:p1194
  skos:prefLabel "folkdiktning"@sv, "kansanrunous"@fi ;
  a skos:Concept ;
  skos:related kauno:p3456 .

kauno:p3456
  a skos:Concept ;
  skos:exactMatch yso:p1363 ;
  kauno:candidate "0" ;
  kauno:facet kauno:section_3 ;
  owl:sameAs kauno:kansanrunot ;
  kauno:kaunokkiID "44140" ;
  skos:related kauno:p1194 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "folkdikter"@sv, "kansanrunot"@fi ;
  skos:broader kauno:p1737 ;
  skos:closeMatch <http://www.yso.fi/onto/kaunokki#keyword174340300091> ;
  kauno:hideInPublicSide "0"@sv, "0"@fi .

yso:conceptscheme a skos:ConceptScheme .
kauno:kaunokkiID rdfs:label "tunniste"@fi, "identifierare"@sv .
kauno:p1737
  skos:prefLabel "dikter"@sv, "runot"@fi ;
  a skos:Concept ;
  skos:narrower kauno:p3456 .

yso:p1363
  skos:prefLabel "folk poems"@en, "kansanrunot"@fi, "folkdikter"@sv ;
  a skos:Concept .

