@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#> .
@prefix yso: <http://www.yso.fi/onto/yso/> .

puho:ph105
  skos:prefLabel "tekniikka"@fi ;
  a skos:Concept ;
  skos:related puho:ph1874 .

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

puho:ph1874
  skos:broader yso:p3456 ;
  skos:related puho:ph105 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "suojelutekniikka"@fi ;
  a skos:Concept .

yso:p3456
  skos:prefLabel "teknik (apparater)"@sv, "tekniikka (laitteet)"@fi, "technics"@en ;
  a skos:Concept ;
  skos:narrower puho:ph1874 .

