@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 ysa: <http://www.yso.fi/onto/ysa/> .
@prefix allars: <http://www.yso.fi/onto/allars/> .

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

yso:p8131
  skos:prefLabel "educants"@en, "elever"@sv, "oppilaat"@fi ;
  a skos:Concept ;
  skos:narrower yso:p12623 .

yso:p12623
  skos:broader yso:p8131 ;
  skos:closeMatch ysa:Y136067, allars:Y30735 ;
  skos:related yso:p21534 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "pupils with special needs"@en, "erityisoppilaat"@fi, "specialelever"@sv ;
  a skos:Concept .

yso:p21534
  skos:prefLabel "special learners"@en, "erilaiset oppijat"@fi, "elever med speciella behov"@sv ;
  a skos:Concept ;
  skos:related yso:p12623 .

