@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:ph132
  skos:prefLabel "panssarointi"@fi ;
  a skos:Concept ;
  skos:narrower puho:ph777 .

puho:ph777
  skos:broader puho:ph132 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "lisäpanssarointi"@fi ;
  a skos:Concept .

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

