@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix puho: <http://www.yso.fi/onto/puho/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

yso:p7812
  skos:prefLabel "sjukgymnastik"@sv, "lääkintävoimistelu"@fi, "physiotherapy"@en ;
  a skos:Concept ;
  skos:related yso:p7811 .

yso:p7811
  skos:broader yso:p6533 ;
  skos:related yso:p7812 ;
  skos:altLabel "therapeutic exercise"@en ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "exercise therapy"@en, "liikuntahoito"@fi, "rörelseterapi"@sv ;
  a skos:Concept .

yso:p6533
  skos:prefLabel "physical treatment"@en, "fysikaalinen hoito"@fi, "fysikalisk behandling"@sv ;
  a skos:Concept ;
  skos:narrower yso:p7811 .

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

