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

puho:ph1148
  skos:prefLabel "muonitus"@fi ;
  a skos:Concept ;
  skos:related puho:ph1147 .

puho:ph339
  skos:prefLabel "elintarvikkeet"@fi ;
  a skos:Concept ;
  skos:related puho:ph1147 .

puho:ph1010
  skos:prefLabel "hygienia"@fi ;
  a skos:Concept ;
  skos:narrower puho:ph1147 .

yso:p9317
  skos:prefLabel "livsmedelshygien (hälsovård)"@sv, "elintarvikehygienia (terveydenhoito)"@fi, "food hygiene"@en ;
  a skos:Concept .

puho:ph1147
  skos:broader puho:ph1010 ;
  skos:related puho:ph1148, puho:ph339 ;
  skos:exactMatch yso:p9317 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "elintarvikehygienia"@fi ;
  a skos:Concept .

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

