@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/D022882> skos:exactMatch tero:D022882 .
tero:D022882
  skosext:broaderGeneric tero:p13222 ;
  skos:broader tero:p13222 ;
  skos:altLabel "trihalomethane"@en, "trihalometaani"@fi ;
  skos:exactMatch <http://www.yso.fi/onto/mesh/D022882> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "trihalomethanes"@en, "trihalometaanit"@fi ;
  a skos:Concept .

tero:conceptscheme a skos:ConceptScheme .
tero:p13222
  skos:prefLabel "methane"@en, "metan"@sv, "metaani"@fi ;
  a skos:Concept ;
  skos:narrower tero:D022882 .

