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

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

yso:p17850
  skos:broader yso:p9652 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "thyristors"@en, "tyristorit"@fi, "tyristorer"@sv ;
  a skos:Concept .

yso:p9652
  skos:prefLabel "elektroniska komponenter"@sv, "electronics components"@en, "elektroniikkakomponentit"@fi ;
  a skos:Concept ;
  skos:narrower yso:p17850 .

