@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#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .

yso:p1967
  skos:prefLabel "rörelser (motorik)"@sv, "liikkeet (liikkuminen)"@fi, "movements"@en ;
  a skos:Concept ;
  skos:narrower yso:p1964 .

yso:p1965
  skos:prefLabel "therapeutic touch"@en, "terapeutisk beröring"@sv, "terapeuttinen kosketus"@fi ;
  a skos:Concept ;
  skos:related yso:p1964 .

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

yso:p1966
  skos:prefLabel "contacts"@en, "kontaktit"@fi, "kontakter"@sv ;
  a skos:Concept ;
  skos:related yso:p1964 .

yso:p1964
  skos:broader yso:p1967 ;
  skos:prefLabel "beröring"@sv, "touch"@en, "kosketus"@fi ;
  a skos:Concept ;
  skos:related yso:p1965, yso:p1966 ;
  dc11:source "Kielitoimiston sanakirja" ;
  skos:inScheme puho:conceptscheme ;
  rdfs:comment "kosketukseen johtavasta liikkeestä" .

