@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:ph1988
  skos:prefLabel "sotilaallinen organisaatio"@fi ;
  a skos:Concept ;
  skos:narrower puho:ph111 .

puho:ph112
  skos:prefLabel "sotilasterveydenhuolto"@fi ;
  a skos:Concept ;
  skos:related puho:ph111 .

yso:p1665
  skos:prefLabel "military hospitals"@en, "sotilassairaalat"@fi, "militärsjukhus"@sv ;
  a skos:Concept .

puho:ph1923
  skos:prefLabel "kenttäsairaalat"@fi ;
  a skos:Concept ;
  skos:broader puho:ph111 .

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

puho:ph1331
  skos:prefLabel "sotilaslääketiede"@fi ;
  a skos:Concept ;
  skos:related puho:ph111 .

puho:ph111
  skos:broader puho:ph1988 ;
  skos:related puho:ph1331, puho:ph112 ;
  skos:narrower puho:ph1923 ;
  skos:exactMatch yso:p1665 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "sotilassairaalat"@fi ;
  a skos:Concept .

