@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:ph531
  skos:prefLabel "elektroniikkakomponentit"@fi ;
  a skos:Concept ;
  skos:broader puho:ph533 .

puho:ph533
  skos:narrower puho:ph531 ;
  skos:topConceptOf puho:conceptscheme ;
  skos:exactMatch yso:p954 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "komponentit"@fi ;
  a skos:Concept .

yso:p954
  skos:prefLabel "komponenter"@sv, "components"@en, "komponentit"@fi ;
  a skos:Concept .

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

