@prefix kto: <http://www.yso.fi/onto/kto/> .
@prefix ns0: <http://www.yso.fi/onto/kto-meta/> .
@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#> .

kto:p730
  ns0:SemTag "kieli" ;
  skos:narrower kto:p191 ;
  skos:topConceptOf yso:conceptscheme ;
  skos:exactMatch yso:p2880 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "keel"@et, "language"@en, "kieli"@fi ;
  a skos:Concept .

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

kto:p191
  skos:prefLabel "national language"@en, "Nationalsprache"@de, "kansallinen kieli"@fi, "rahvuskeel"@et ;
  a skos:Concept ;
  skos:broader kto:p730 .

yso:p2880
  skos:prefLabel "tongue"@en, "språket"@sv, "kieli"@fi ;
  a skos:Concept .

