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

yso:p392
  a skos:Concept ;
  skos:prefLabel "methods of treatment"@en, "behandlingsmetoder"@sv, "hoitomenetelmät"@fi .

tao:p1273
  a skos:Concept ;
  skos:altLabel "terapia"@fi ;
  skos:broader tao:p1198 ;
  skos:exactMatch yso:p392 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "hoitomenetelmät"@fi .

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

tao:p1198
  a skos:Concept ;
  skos:narrower tao:p1273 ;
  skos:prefLabel "menetelmät"@fi .

