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

kto:p39
  a skos:Concept ;
  skos:narrower kto:p843 ;
  skos:prefLabel "lausetüübid"@et, "Satztypen"@de, "sentence types"@en, "lausetyypit"@fi .

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

kto:p843
  a skos:Concept ;
  skos:broader kto:p39 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "einfacher Satz"@de, "simple sentence"@en, "yksinkertainen lause"@fi, "lihtlause"@et ;
  ns0:SemTag "yksinkertainen lause" ;
  ns0:broader kto:p39 .

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