query-c30cd075df307b068b33d9ca3fdfd1af

rq turtle/ttl

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

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

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