query-c30cd075df307b068b33d9ca3fdfd1af
Member of the Congress of the Republic of Peru que ha estado en más partidos políticos Member of the Congress of the Republic of Peru que ha estado en más partidos políticos Member of the Congress of the Republic of Peru que ha estado en más partidos políticos Member of the Congress of the Republic of Peru die in meer politieke partijen is geweest
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT
?congresista
?congresistaLabel
(COUNT(?congresista) AS ?count)
{
?congresista
wdt:P39 wd:Q18812470;
wdt:P102 ?partido_político.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
}
GROUP BY ?congresista ?congresistaLabel
ORDER BY DESC(?count)
Query found at
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/Peru
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/Peru/de
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/Peru/es
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/Peru/nl
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?congresista"):::projected
v4("?count")
v3("?partido_político")
c5(["bd:serviceParam"]):::iri
c7(["#91;AUTO_LANGUAGE#93;"]):::literal
c2(["wd:Q18812470"]):::iri
v2 --"wdt:P39"--> c2
v2 --"wdt:P102"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c5 --"wikibase:language"--> c7
end
bind1[/"count(?congresista)"/]
v2 --o bind1
bind1 --as--o v4