Difference between revisions of "What country has the lowest nominal GDP per capita? (Q514)"

From QAWiki
Jump to navigation Jump to search
(‎Created claim: query (P11): SELECT DISTINCT ?sbj WHERE { ?sbj wdt:P31/wdt:P279* wd:Q3624078 . ?sbj wdt:P2132 ?obj } ORDER BY ?obj LIMIT 1)
(‎Changed [en] label: What country has the lowest nominal GDP per capita?)
label / enlabel / en
What country has the lowest GDP per capita?
What country has the lowest nominal GDP per capita?

Revision as of 00:23, 29 February 2024

No description defined
  • Which nation has the lowest GDP per capita?
Language Label Description Also known as
English
What country has the lowest nominal GDP per capita?
No description defined
  • Which nation has the lowest GDP per capita?

Statements

0 references
SELECT DISTINCT ?sbj WHERE { { SELECT ?sbj (MAX(?obj2) AS ?obj3) WHERE { ?sbj wdt:P31/wdt:P279* wd:Q3624078 . ?sbj p:P1082 ?obj1 . ?obj1 pq:P585 ?obj2 } GROUP BY ?sbj } { SELECT ?sbj (MAX(?obj2) AS ?obj4) WHERE { ?sbj wdt:P31/wdt:P279* wd:Q3624078 . ?sbj p:P2131 ?obj1 . ?obj1 pq:P585 ?obj2 } GROUP BY ?sbj } ?sbj p:P1082 ?obj5 . ?obj5 pq:P585 ?obj3 . ?obj5 ps:P1082 ?obj6 . ?sbj p:P2131 ?obj7 . ?obj7 pq:P585 ?obj4 . ?obj7 ps:P2131 ?obj8 . BIND(?obj8/?obj6 AS ?obj9) } ORDER BY ?obj9 LIMIT 1
0 references
SELECT DISTINCT ?sbj WHERE { ?sbj wdt:P31/wdt:P279* wd:Q3624078 . ?sbj wdt:P2132 ?obj } ORDER BY ?obj LIMIT 1
Few countries use P2132 (nominal GDP per capita), perhaps as it is redundant (English)
0 references