@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#> .
@prefix allars: <http://www.yso.fi/onto/allars/> .
@prefix ysa: <http://www.yso.fi/onto/ysa/> .

tero:p23206
  skos:prefLabel "prophylactic medication"@en, "estolääkitys"@fi, "profylaktisk medicin"@sv ;
  skosext:broaderGeneric tero:p10851 ;
  skos:exactMatch allars:Y35437, ysa:Y154906 ;
  skos:inScheme tero:conceptscheme ;
  skos:broader tero:p10851 ;
  skos:altLabel "profylaktinen lääkitys"@fi, "preventive medication"@en ;
  a skos:Concept .

tero:conceptscheme a skos:ConceptScheme .
ysa:Y154906 skos:exactMatch tero:p23206 .
allars:Y35437 skos:exactMatch tero:p23206 .
tero:p10851
  skos:prefLabel "drug therapy"@en, "läkemedelsterapi"@sv, "lääkehoito"@fi ;
  a skos:Concept ;
  skos:narrower tero:p23206 .

