Wikidata:Synia:country-index

From Wikidata
Jump to navigation Jump to search

Synia: Countries

[edit]
SELECT
  ?country ?countryLabel
  (CONCAT("#country/", SUBSTR(STR(?country), 32)) AS ?countryUrl)
  ?countryDescription
WHERE {
  ?country wdt:P31 wd:Q6256 .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
ORDER BY ?countryLabel
Try it!