@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:conceptscheme a skos:ConceptScheme .
<http://www.yso.fi/onto/stameta/TNR67> skos:exactMatch tero:TNR67 .
tero:TNR67
  skosext:broaderGeneric tero:p6549 ;
  skos:note "YSOhierB YSO termin alaluokka"@fi ;
  skos:broader tero:p6549 ;
  skos:related tero:p6472 ;
  skos:exactMatch <http://www.yso.fi/onto/stameta/TNR67> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "asukasvalinta"@fi ;
  a skos:Concept .

tero:p6549
  skos:prefLabel "selektion"@sv, "choice"@en, "valinta"@fi ;
  a skos:Concept ;
  skos:narrower tero:TNR67 .

tero:p6472
  skos:prefLabel "housing services"@en, "boendeservice"@sv, "asumispalvelut"@fi ;
  a skos:Concept ;
  skos:related tero:TNR67 .

