@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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/> .

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

kto:p794
  skos:prefLabel "välimerkitys"@fi, "punctuation"@en, "punktuatsioon"@et, "Interpunktion"@de ;
  skos:inScheme yso:conceptscheme ;
  ns0:SemTag "välimerkitys" ;
  skos:broader kto:p264 ;
  a skos:Concept ;
  skos:related kto:p258 ;
  ns0:broader kto:p258 .

kto:p264
  skos:prefLabel "linguistic phenomena"@en, "kielelliset ilmiöt"@fi ;
  a skos:Concept ;
  skos:narrower kto:p794 .

ns0:broader rdfs:comment "alkuperäisestä aineistosta peräisin oleva tieto" .
kto:p258
  skos:prefLabel "Orthographie"@de, "orthography"@en, "ortografia"@fi ;
  a skos:Concept ;
  skos:related kto:p794 .

