query-fd22e7c02b08916a49b590930d9716a7

rq turtle/ttl

عدد الوزراء الذين هم أنفسهم أبناء وزراء، لكل بلد Number of ministers who are themselves children of a minister, per country Number of ministers who are themselves children of a minister, per country Počet ministrů, kteří jsou sami dětmi ministra, podle zemí Number of ministers who are themselves children of a minister, per country Zahl der Minister nach Staat die Kind eines Ministers sind Number of ministers who are themselves children of a minister, per country Number of ministers who are themselves children of a minister, per country Number of ministers who are themselves children of a minister, per country Number of ministers who are themselves children of a minister, per country Number of ministers who are themselves children of a minister, per country Nombres de ministres dont un parent a été ministre par pays Number of ministers who are themselves children of a minister, per country Number of ministers who are themselves children of a minister, per country Number of ministers who are themselves children of a minister, per country Numero di ministri che sono essi stessi figli di un ministro, per paese Number of ministers who are themselves children of a minister, per country Number of ministers who are themselves children of a minister, per country Number of ministers who are themselves children of a minister, per country Number of ministers who are themselves children of a minister, per country Number of ministers who are themselves children of a minister, per country Aantal ministers dat zelf kinderen is van een minister, per land Number of ministers who are themselves children of a minister, per country Number of ministers who are themselves children of a minister, per country Number of ministers who are themselves children of a minister, per country Число ставших министрами детей министров по странам Number of ministers who are themselves children of a minister, per country Antalet ministrar som är sig själva barn till en minister, efter land Number of ministers who are themselves children of a minister, per country Number of ministers who are themselves children of a minister, per country Кількість міністрів, які самі є дітьми міністра, у кожній країні Number of ministers who are themselves children of a minister, per country Number of ministers who are themselves children of a minister, per country

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?cc (COUNT(DISTINCT ?child) AS ?number) {
  ?child wdt:P31 wd:Q5 ; # Looking for real humans and not fictional ones
         wdt:P39/wdt:P279* wd:Q83307 ;
         (wdt:P22|wdt:P25) [wdt:P39/wdt:P279* wd:Q83307] ;
         wdt:P27/wdt:P901 ?cc
}
GROUP BY ?cc
ORDER BY DESC(?number)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?cc"):::projected v2("?child"):::projected v4("?number") a1((" ")) a2((" ")) a3((" ")) a4((" ")) c2(["wd:Q5"]):::iri c5(["wd:Q83307"]):::iri v2 --"wdt:P31"--> c2 v2 --"wdt:P39"--> a1 a1 --"wdt:P279"--> c5 a2 --"wdt:P39"--> a3 a3 --"wdt:P279"--> c5 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P25"--> a2 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P22"--> a2 end union0r <== or ==> union0l end v2 --"wdt:P27"--> a4 a4 --"wdt:P901"--> v3 bind1[/"count(?child)"/] v2 --o bind1 bind1 --as--o v4