@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:p451
  skos:prefLabel "Plural"@de, "pluural"@et, "plural"@en, "monikko"@fi ;
  a skos:Concept ;
  skos:related kto:p449 .

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

kto:p452
  skos:prefLabel "singular"@en, "singular"@et, "Singular"@de, "yksikkö"@fi ;
  a skos:Concept ;
  skos:related kto:p449 .

kto:p450
  skos:prefLabel "numerustaivutus"@fi, "Numerus"@de, "arv"@et, "number"@en ;
  a skos:Concept ;
  skos:narrower kto:p449 .

<http://www.yso.fi/onto/kto-meta/broader> rdfs:comment "alkuperäisestä aineistosta peräisin oleva tieto" .
kto:p449
  skos:related kto:p451, kto:p452 ;
  a skos:Concept ;
  skos:prefLabel "dual"@en, "Dual"@de, "duaali"@fi, "duaal"@et ;
  ns0:broader kto:p450 ;
  skos:broader kto:p450 ;
  skos:inScheme yso:conceptscheme ;
  ns0:SemTag "duaali" .

