query-92645d1c3243fc1c65e5973119cb0c03
Created by User:Gnoeee
Successful candidates during 2016 Kerala Legislative Assembly in each constituencies
SELECT ?constituency_No ?jurisdictionLabel ?successful_candidateLabel ?electorate ?total_valid_votes ?votes_received ?political_partyLabel (100*?votes_received/?total_valid_votes AS ?candidate_Vote_percent) WHERE { ?item wdt:P31 wd:Q40231; wdt:P541 wd:Q99709336. ?item wdt:P1001 ?jurisdiction. ?jurisdiction p:P31 ?id. ?id ps:P31 wd:Q54375461 . ?id pq:P1545 ?constituency_No. SERVICE wikibase:label { bd:serviceParam wikibase:language "en,ml". } OPTIONAL { ?item wdt:P1697 ?total_valid_votes. } OPTIONAL { ?item wdt:P991 ?successful_candidate. } OPTIONAL { ?item wdt:P1831 ?electorate. } ?item p:P991 ?sc. ?sc pq:P1111 ?votes_received; pq:P102 ?political_party. } ORDER BY ASC(xsd:integer(?constituency_No) )
Use at
- https://query.wikidata.org/sparql
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
# Created by User:Gnoeee
# Successful candidates during 2016 Kerala Legislative Assembly in each constituencies
SELECT ?constituency_No ?jurisdictionLabel ?successful_candidateLabel ?electorate ?total_valid_votes ?votes_received ?political_partyLabel (100*?votes_received/?total_valid_votes AS ?candidate_Vote_percent) WHERE {
?item wdt:P31 wd:Q40231;
wdt:P541 wd:Q99709336.
?item wdt:P1001 ?jurisdiction.
?jurisdiction p:P31 ?id.
?id ps:P31 wd:Q54375461 .
?id pq:P1545 ?constituency_No.
SERVICE wikibase:label { bd:serviceParam wikibase:language "en,ml". }
OPTIONAL { ?item wdt:P1697 ?total_valid_votes. }
OPTIONAL { ?item wdt:P991 ?successful_candidate. }
OPTIONAL { ?item wdt:P1831 ?electorate. }
?item p:P991 ?sc.
?sc pq:P1111 ?votes_received;
pq:P102 ?political_party.
}
ORDER BY ASC(xsd:integer(?constituency_No) )