fredag 15 juli 2016

Countries in Asia

Query URL - Result
Locator Image - Result
Alternative namesResult

# Query countries in Asia
#
SELECT  DISTINCT ?country ?countryLabel ?head ?headLabel ?founded
WHERE
{
  ?country wdt:P31 wd:Q6256 .      #   countries
  ?country wdt:P30 wd:Q48 .        #   part of continent Asia
#  ?country wdt:P1549 ?demony .
#  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } #English
?country  wdt:P35 ?head
  OPTIONAL { ?country wdt:P571 ?founded}
  SERVICE wikibase:label { bd:serviceParam wikibase:language "fr". } #Frensch
}
Order By ?countryLabel
LIMIT 100
----



List geographical features in WikiData

Inga kommentarer:

Skicka en kommentar