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

tero:p7563
  skos:prefLabel "research institutions"@en, "forskningscentra"@sv, "tutkimuslaitokset"@fi ;
  a skos:Concept ;
  skos:narrower tero:TNR1 .

<http://www.yso.fi/onto/stameta/TNR1> skos:exactMatch tero:TNR1 .
tero:conceptscheme a skos:ConceptScheme .
tero:TNR1
  skosext:broaderGeneric tero:p7563 ;
  skos:note "YSOei Termiä ei YSOssa"@fi ;
  skos:broader tero:p7563 ;
  skos:exactMatch <http://www.yso.fi/onto/stameta/TNR1> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "arviointi-instituutit"@fi ;
  a skos:Concept .

