@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/TNR297> skos:exactMatch tero:TNR297 .
tero:conceptscheme a skos:ConceptScheme .
tero:p10083
  skos:prefLabel "kommun"@sv, "municipality"@en, "kunta"@fi ;
  a skos:Concept ;
  skos:related tero:TNR297 .

tero:TNR297
  skosext:broaderGeneric tero:p6334 ;
  skos:note "YSOhierB YSO termin alaluokka"@fi ;
  skos:broader tero:p6334 ;
  skos:related tero:p10083 ;
  skos:exactMatch <http://www.yso.fi/onto/stameta/TNR297> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "kuntayhteistyö"@fi ;
  a skos:Concept .

tero:p6334
  skos:prefLabel "cooperation"@en, "samverkan"@sv, "yhteistyö"@fi ;
  a skos:Concept ;
  skos:narrower tero:TNR297 .

