@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:ph1413 .

puho:ph1413
  skos:broader puho:ph1988 ;
  skos:related puho:ph2032, puho:ph463 ;
  skos:exactMatch yso:p15099 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "kenttäposti"@fi ;
  a skos:Concept .

puho:ph463
  skos:prefLabel "huolto"@fi ;
  a skos:Concept ;
  skos:related puho:ph1413 .

yso:p15099
  skos:prefLabel "fältpost"@sv, "field mail"@en, "kenttäposti"@fi ;
  a skos:Concept .

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

puho:ph2032
  skos:prefLabel "asetie"@fi ;
  a skos:Concept ;
  skos:related puho:ph1413 .

