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

yso:p2749
  skos:prefLabel "solar panels"@en, "aurinkopaneelit"@fi, "solpaneler"@sv ;
  a skos:Concept ;
  skos:related yso:p2748 .

yso:p2307
  skos:prefLabel "paristot"@fi, "batterier"@sv, "batteries"@en ;
  a skos:Concept ;
  skos:narrower yso:p2748 .

yso:p2748
  skos:prefLabel "aurinkokennot"@fi, "solceller"@sv, "solar cells"@en ;
  skos:broader yso:p2307 ;
  skos:related yso:p20786, yso:p2749 ;
  skos:altLabel "solbatterier"@sv, "aurinkoparistot"@fi ;
  skos:inScheme puho:conceptscheme ;
  a skos:Concept .

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

yso:p20786
  skos:prefLabel "solar collectors"@en, "aurinkokeräimet"@fi, "solfångare"@sv ;
  a skos:Concept ;
  skos:related yso:p2748 .

