Rechargeable batteries

From solab
Revision as of 18:21, 12 October 2012 by imported>WikiSysop (Created page with "{{sparql_filter_3| {{#show: dbpedia |?Sparql_end_point |link=none|format=list}} |query={{dbpedia_query_4|res=Category:{{PAGENAMEE}}|par=dcterms:subject|label_en_filter= [^a-z ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{{#gu_gen: sparql | http://dbpedia.org/sparql | | PREFIX dbpprop: <http://dbpedia.org/property/>

PREFIX dbpedia-owl:<http://dbpedia.org/ontology/>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/> 
SELECT distinct  ?label_en ?page
WHERE 
 {
 ?subject dcterms:subject <http://dbpedia.org/resource/Category:Rechargeable_batteries>.
 FILTER (REGEX(?subject, '[^a-z A-Z 0-9]*')) . 
<http://dbpedia.org/resource/Category:Rechargeable_batteries>  rdfs:label ?label  . 
         FILTER (LANG(?label) = 'en') .
         ?subject rdfs:label ?label_en .
         FILTER (LANG(?label_en) = 'en' || LANG(?label_en) = 'it' ) .
           
OPTIONAL {
        ?subject  foaf:isPrimaryTopicOf  ?page .
 }} limit 1000

|yes |WIKITABLE |{{{x}}} |{{{y}}} }}

{{#gu_gen: sparql | http://dbpedia.org/sparql | | PREFIX dbpprop: <http://dbpedia.org/property/>

PREFIX dbpedia-owl:<http://dbpedia.org/ontology/>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/> 
SELECT distinct  ?label_en ?page
WHERE 
 {
 ?subject dcterms:subject <http://dbpedia.org/resource/Category:Rechargeable_batteries>.
 FILTER (REGEX(?subject, '[^a-z A-Z 0-9]*')) . 
<http://dbpedia.org/resource/Category:Rechargeable_batteries>  rdfs:label ?label  . 
         FILTER (LANG(?label) = 'en') .
         ?subject rdfs:label ?label_en .
         FILTER (LANG(?label_en) = 'en' || LANG(?label_en) = 'it' ) .
           
OPTIONAL {
        ?subject  foaf:isPrimaryTopicOf  ?page .
 }} limit 1000

|yes |WIKITABLE |{{{x}}} |{{{y}}} }}