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

<http://www.yso.fi/onto/stameta/TNR994> skos:exactMatch tero:TNR994 .
tero:conceptscheme a skos:ConceptScheme .
tero:TNR994
  skosext:broaderGeneric tero:p1092 ;
  skos:note "YSOhierB YSO termin alaluokka"@fi ;
  skos:broader tero:p1092 ;
  skos:exactMatch <http://www.yso.fi/onto/stameta/TNR994> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "etäpoliklinikat"@fi ;
  a skos:Concept .

tero:p1092
  skos:prefLabel "polikliniker"@sv, "poliklinikat"@fi, "outpatient departments"@en ;
  a skos:Concept ;
  skos:narrower tero:TNR994 .

