@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:p916
  rdfs:comment "Asiasanastossa: konsonantit + kielihistoria (fi), Konsonanten + Sprachgeschichte (de), consonants + history of language (en), konsonandid + keeleajalugu (et)." ;
  skos:prefLabel "konsonanttihistoria"@fi, "ajalooline konsonantism, konsonantide ajalugu"@et, "history of consonants"@en, "Konsonantengeschichte"@de ;
  skos:related kto:p303 ;
  a skos:Concept ;
  skos:inScheme yso:conceptscheme ;
  skos:broader kto:p218 ;
  ns0:SemTag "konsonanttihistoria" .

kto:p303
  skos:prefLabel "konsonandid"@et, "Konsonanten"@de, "consonants"@en, "konsonantit"@fi ;
  a skos:Concept ;
  skos:related kto:p916 .

kto:p218
  skos:prefLabel "keeleajalugu"@et, "Sprachgeschichte"@de, "history of language"@en, "kielihistoria"@fi ;
  a skos:Concept ;
  skos:narrower kto:p916 .

