@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 jupo: <http://www.yso.fi/onto/jupo/> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .

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

jupo:p188
  skos:prefLabel "terveyden ja toimintakyvyn ylläpitopalvelut"@fi ;
  a skos:Concept ;
  skos:narrower jupo:p355 .

jupo:p355
  skos:relatedMatch yso:p20475 ;
  skos:broader jupo:p188 ;
  dc11:source "Hki" ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "lääkinnällinen kuntoutus"@fi ;
  a skos:Concept .

yso:p20475
  skos:prefLabel "medical rehabilitation"@en, "medicinsk rehabilitering"@sv, "lääkinnällinen kuntoutus"@fi ;
  a skos:Concept .

