@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:p1315
  skos:prefLabel "suosikit"@fi, "favoriter"@sv ;
  a skos:Concept ;
  skos:related kauno:p2564 .

kauno:p2564
  kauno:hideInPublicSide "0"@fi, "0"@sv ;
  skos:inScheme yso:conceptscheme ;
  kauno:candidate "0" ;
  skos:broader yso:p14 ;
  a skos:Concept ;
  skos:prefLabel "favorisering"@sv, "suosiminen"@fi ;
  skos:related kauno:p1315 ;
  kauno:kaunokkiID "46055" ;
  kauno:facet kauno:section_1 ;
  owl:sameAs kauno:suosiminen ;
  skos:closeMatch <http://www.yso.fi/onto/kaunokki#keyword174340219044> .

yso:conceptscheme a skos:ConceptScheme .
yso:p14
  skos:prefLabel "keskinäinen  toiminta"@fi ;
  a skos:Concept ;
  skos:narrower kauno:p2564 .

kauno:kaunokkiID rdfs:label "tunniste"@fi, "identifierare"@sv .
