@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/hpmulti/T01197> skos:exactMatch tero:T01197 .
tero:p5804
  skos:prefLabel "kroppsvikt"@sv, "weight"@en, "paino"@fi ;
  a skos:Concept ;
  skos:narrower tero:T01197 .

tero:conceptscheme a skos:ConceptScheme .
tero:T01197
  skosext:broaderGeneric tero:p5804 ;
  skos:broader tero:p5804 ;
  skos:exactMatch <http://www.yso.fi/onto/hpmulti/T01197> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "underweight"@en, "alipaino"@fi, "undervikt"@sv ;
  a skos:Concept .

