@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix puho: <http://www.yso.fi/onto/puho/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

yso:p7602
  skos:broader yso:p7603 ;
  dc11:source "Lähde: Lääketieteen termit" ;
  skos:altLabel "mahakatarri"@fi, "gastriitti"@fi ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "gastritis"@en, "gastrit"@sv, "mahatulehdus"@fi ;
  a skos:Concept .

yso:p7603
  skos:prefLabel "mahataudit"@fi, "diseases of the stomach"@en, "magsjukdomar"@sv ;
  a skos:Concept ;
  skos:narrower yso:p7602 .

puho:conceptscheme
  rdfs:label "http://www.yso.fi/onto/yso" ;
  a skos:ConceptScheme .

