@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:ph471 skos:exactMatch yso:p5655 .
yso:p5655
  skos:broader yso:p3422 ;
  skos:related yso:p5654, yso:p4075 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "storolyckor"@sv, "catastrophes"@en, "suuronnettomuudet"@fi ;
  a skos:Concept .

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

yso:p5654
  skos:prefLabel "katastrofer"@sv, "katastrofit"@fi, "catastrophes"@en ;
  a skos:Concept ;
  skos:related yso:p5655 .

yso:p3422
  skos:prefLabel "olyckor"@sv, "disasters"@en, "onnettomuudet"@fi ;
  a skos:Concept ;
  skos:narrower yso:p5655 .

yso:p4075
  skos:prefLabel "mass destruction"@en, "joukkotuho"@fi, "massförstörelse"@sv ;
  a skos:Concept ;
  skos:related yso:p5655 .

