@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:p800
  ns0:SemTag "appellatiivistuminen" ;
  skos:broader kto:p188 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "appellatiivistuminen"@fi, "apellatiivistumine"@et, "Appellativierung"@de, "appellativization"@en ;
  a skos:Concept .

kto:p188
  skos:prefLabel "language change"@en, "Sprachwandel"@de, "kielen muuttuminen"@fi, "keelemuutus"@et ;
  a skos:Concept ;
  skos:narrower kto:p800 .

