What is the proportion of presidents who have died in held position? (Q440)
Jump to navigation
Jump to search
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