@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:TNR2015
  skosext:broaderGeneric tero:TNR776 ;
  skos:note "YSOhierB YSO termin alaluokka"@fi ;
  skos:broader tero:TNR776 ;
  skos:exactMatch <http://www.yso.fi/onto/stameta/TNR2015> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "yksilöterapia"@fi ;
  a skos:Concept .

<http://www.yso.fi/onto/stameta/TNR2015> skos:exactMatch tero:TNR2015 .
tero:TNR776
  skos:prefLabel "therapy"@en, "terapi"@sv, "terapia"@fi ;
  a skos:Concept ;
  skos:narrower tero:TNR2015 .

tero:conceptscheme a skos:ConceptScheme .
