Created
August 29, 2016 14:34
-
-
Save taniki/d5a56c5d190f1927cd863458a0a90963 to your computer and use it in GitHub Desktop.
Revisions
-
taniki created this gist
Aug 29, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ SELECT ?city ?cityLabel ?population WHERE { ?city wdt:P1082 ?population FILTER(?population <= 1500). ?city wdt:P17 wd:Q142 . SERVICE wikibase:label { bd:serviceParam wikibase:language "fr" . } } ORDER BY DESC(?population)