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

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

yso:p10061
  skos:closeMatch allars:Y28581, ysa:Y102338 ;
  skos:prefLabel "utvecklingsstörning"@sv, "kehitysvammaisuus"@fi, "mental handicap"@en ;
  skos:altLabel "psykisk utvecklingsstörning"@sv, "vajaamielisyys"@fi, "älyllinen kehitysvammaisuus"@fi ;
  skos:broader yso:p6418 ;
  skos:related yso:p10060 ;
  skos:inScheme yso:conceptscheme ;
  a skos:Concept .

yso:p10060
  skos:prefLabel "mentally handicapped people"@en, "utvecklingshämmade"@sv, "kehitysvammaiset"@fi ;
  a skos:Concept ;
  skos:related yso:p10061 .

yso:p6418
  skos:prefLabel "disablement"@en, "vammaisuus"@fi, "handikapp"@sv ;
  a skos:Concept ;
  skos:narrower yso:p10061 .

