@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/mesh/D009992> skos:exactMatch tero:D009992 .
tero:conceptscheme a skos:ConceptScheme .
tero:p1636
  skos:prefLabel "tungmetaller"@sv, "heavy metals"@en, "raskasmetallit"@fi ;
  a skos:Concept ;
  skos:narrower tero:D009992 .

tero:D009992
  skosext:broaderGeneric tero:p1636 ;
  skos:broader tero:p1636 ;
  skos:altLabel "os"@fi ;
  skos:exactMatch <http://www.yso.fi/onto/mesh/D009992> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "osmium"@en, "osmium"@sv, "osmium"@fi ;
  a skos:Concept .

