Inverter
Inverter configurator
Producer
Do you think that items on this page are out of date? You can clean its cache to manually update all dynamic parts to the latest data from the wiki.
sparql
Electrical_power_conversion {{#gu_gen: sparql | http://dbpedia.org/sparql |root |
PREFIX dbpedia: <http://dbpedia.org/property/> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX foaf: <http://xmlns.com/foaf/0.1/> SELECT ?lab ?label_en ?label_de ?label_it ?page WHERE { { <http://dbpedia.org/resource/Category:Photovoltaics> rdfs:label ?lab . ?subject skos:subject <http://dbpedia.org/resource/Category:Photovoltaics> . OPTIONAL {?subject foaf:page ?page .}. } UNION { <http://dbpedia.org/resource/Category:Electrical_power_conversion> rdfs:label ?lab . ?subject skos:subject <http://dbpedia.org/resource/Category:Electrical_power_conversion> . OPTIONAL {?subject foaf:page ?page .}. } OPTIONAL { ?subject rdfs:label ?label_en . FILTER (LANG(?label_en) = 'en') . } OPTIONAL { ?subject rdfs:label ?label_it . FILTER (LANG(?label_it) = 'it') . } OPTIONAL { ?subject rdfs:label ?label_de . FILTER (LANG(?label_de) = 'de') . }
} |yes }}