@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 .

yso:p15311
  skos:prefLabel "dutch"@en, "nederländska"@sv, "hollannin kieli"@fi ;
  a skos:Concept .

kto:p853
  skos:exactMatch yso:p15311 ;
  skos:prefLabel "hollannin kieli"@fi, "hollandi keel"@et, "Dutch"@en, "Holländisch"@de ;
  ns0:SemTag "hollannin kieli" ;
  a skos:Concept ;
  skos:inScheme yso:conceptscheme ;
  skos:broader kto:p209 ;
  ns0:broader kto:p209 .

kto:p209
  skos:prefLabel "Germanische Sprachen"@de, "Germanic"@en, "germaani keeled"@et, "germaaniset kielet"@fi ;
  a skos:Concept ;
  skos:narrower kto:p853 .

ns0:broader rdfs:comment "alkuperäisestä aineistosta peräisin oleva tieto" .
