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

puho:ph1693
  skos:broader puho:ph529, puho:ph1095 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "tiedustelupanssarivaunut"@fi ;
  a skos:Concept .

puho:ph529
  skos:prefLabel "panssarivaunut"@fi ;
  a skos:Concept ;
  skos:narrower puho:ph1693 .

puho:ph1095
  skos:prefLabel "tiedusteluajoneuvot"@fi ;
  a skos:Concept ;
  skos:narrower puho:ph1693 .

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

