What is the proportion of presidents who have died in held position? (Q440): Difference between revisions
Appearance
Changed [es] label: ¿Cuál es la proporción de presidentes que han muerto ejerciendo su cargo? |
Added [en] label: What is the proportion of presidents who have died in held position? |
||
| label / en | label / en | ||
What is the proportion of presidents who have died in held position? | |||
Revision as of 20:33, 30 November 2022
No description defined
| Language | Label | Description | Also known as |
|---|---|---|---|
| English | What is the proportion of presidents who have died in held position? |
No description defined |
Statements
SELECT (((COUNT(DISTINCT?deathPresident))/(COUNT(DISTINCT?president))) AS ?p) WHERE { ?president wdt:P39/wdt:P279* wd:Q30461. ?deathPresident wdt:P39/wdt:P279* wd:Q30461; p:P39/wdt:P279* ?presidency . ?presidency ps:P39/wdt:P279* wd:Q30461; pq:P1534 /wdt:P279* wd:Q99521170 . }
0 references