@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/D000863> skos:exactMatch tero:D000863 .
tero:D000863
  skos:exactMatch <http://www.yso.fi/onto/mesh/D000863> ;
  skos:prefLabel "antacids"@en, "antasidit"@fi, "syrabindande medel"@sv ;
  skos:altLabel "haponestolääkkeet"@fi, "haponestolääke"@fi, "syraneutraliserande medel"@sv, "antacida"@sv, "antasidi"@fi ;
  skos:inScheme tero:conceptscheme ;
  skos:broader tero:p1707 ;
  a skos:Concept ;
  skosext:broaderGeneric tero:p1707 .

tero:conceptscheme a skos:ConceptScheme .
tero:p1707
  skos:prefLabel "medicinal substances"@en, "läkemedel"@sv, "lääkeaineet"@fi ;
  a skos:Concept ;
  skos:narrower tero:D000863 .

