Difference between revisions of "Which country borders the most countries? (Q370)"
Jump to navigation
Jump to search
(Changed claim: query (P11): SELECT ?sbj { { SELECT ?sbj (COUNT(DISTINCT ?obj) as ?cnt) WHERE { ?sbj wdt:P31/wdt:P279* wd:Q3624078 . ?sbj wdt:P47 ?obj } GROUP BY ?sbj } { SELECT (COUNT(DISTINCT ?obj) as ?cnt) WHERE { ?sbj wdt:P31/wdt:P279* wd:Q3624078 . ?sbj wdt:P47 ?obj } GROUP BY ?sbj ORDER BY DESC (COUNT(DISTINCT ?obj)) LIMIT 1 } }) |
(Created claim: derived question (P67): What country that borders Ghana borders the most countries? (Q568)) |
||
| Property / derived question | |||
| Property / derived question: What country that borders Ghana borders the most countries? / rank | |||
Normal rank | |||
Latest revision as of 04:44, 12 May 2025
No description defined
- Which country borders the highest number of countries?
- What country has the most countries bordering it?
- Which country has the highest number of bordering countries?
| Language | Label | Description | Also known as |
|---|---|---|---|
| English |
Which country borders the most countries?
|
No description defined
|
|
Statements
SELECT ?sbj { { SELECT ?sbj (COUNT(DISTINCT ?obj) as ?cnt) WHERE { ?sbj wdt:P31/wdt:P279* wd:Q3624078 . ?sbj wdt:P47 ?obj } GROUP BY ?sbj } { SELECT (COUNT(DISTINCT ?obj) as ?cnt) WHERE { ?sbj wdt:P31/wdt:P279* wd:Q3624078 . ?sbj wdt:P47 ?obj } GROUP BY ?sbj ORDER BY DESC (COUNT(DISTINCT ?obj)) LIMIT 1 } }
0 references