@prefix tero: <http://www.yso.fi/onto/tero/> .
@prefix skosext: <http://purl.org/finnonto/schema/skosext#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

tero:t69
  skosext:broaderGeneric tero:p2587 ;
  skos:broader tero:p2587 ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "interpersonaalinen terapia"@fi ;
  a skos:Concept .

tero:conceptscheme a skos:ConceptScheme .
tero:p2587
  skos:prefLabel "psychotherapy"@en, "psykoterapi"@sv, "psykoterapia"@fi ;
  a skos:Concept ;
  skos:narrower tero:t69 .

