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

yso:p2880
  skos:prefLabel "tongue"@en, "språket"@sv, "kieli"@fi ;
  a skos:Concept ;
  skos:narrower kto:p759 .

kto:p759
  ns0:broader kto:p345 ;
  skos:related kto:p345, kto:p586 ;
  skos:prefLabel "language of the press"@en, "ajakirjanduskeel"@et, "Zeitungssprache"@de, "lehtikieli"@fi ;
  skos:inScheme yso:conceptscheme ;
  ns0:SemTag "lehtikieli" ;
  skos:broader yso:p2880 ;
  a skos:Concept .

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

kto:p586
  skos:prefLabel "huumorin kieli"@fi, "humoristische Sprache"@de, "language of humour"@en, "huumorikeel"@et ;
  a skos:Concept ;
  skos:related kto:p759 .

kto:p345
  skos:prefLabel "stilistische Variation"@de, "tyylillinen vaihtelu"@fi, "stylistic variation"@en, "stiilivariandid"@et ;
  a skos:Concept ;
  skos:related kto:p759 .

yso:p1354
  a skos:Collection ;
  skos:prefLabel "kieli käyttöyhteyden mukaan"@fi ;
  skos:member kto:p759 .

ns0:broader rdfs:comment "alkuperäisestä aineistosta peräisin oleva tieto" .
