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

kto:p640
  rdfs:comment "Asiasanastossa: lauseoppi + kielihistoria (fi), Syntax + Sprachgeschichte (de), syntax + history of language (en), süntaks + keeleajalugu (et)." ;
  skos:prefLabel "historiallinen syntaksi"@fi, "historical syntax"@en, "ajalooline süntaks"@et, "historische Syntax"@de ;
  skos:inScheme yso:conceptscheme ;
  ns0:SemTag "historiallinen syntaksi" ;
  a skos:Concept ;
  skos:related kto:p218 ;
  skos:broader kto:p210 .

kto:p210
  skos:prefLabel "süntaks"@et, "Syntax"@de, "lauseoppi"@fi, "syntax"@en ;
  a skos:Concept ;
  skos:narrower kto:p640 .

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

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

