[Wikidata-bugs] [Maniphest] [Edited] T179991: Add a geo lookup service to WDQS based on the .map pages on Commons

2017-11-13 Thread Yurik
Yurik updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...SERVICE wikibase:geolookup { #--- INPUT --- bd:serviceParam wikibase:data 'World Countries Outline.map' . # this is the .map page on Commons in the data namespace bd:serviceParam wikibase:globe wd:Q2 . #

[Wikidata-bugs] [Maniphest] [Edited] T179991: Add a geo lookup service to WDQS based on the .map pages on Commons

2017-11-13 Thread Yurik
Yurik updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...=== Usage as a lookupservice ```lang=sparql SERVICE wikibase:geolookup { ?wd wdt:P625 ?location .bd:serviceParam wikibase:data 'World Countries Outline.map' . # this is the .map page on Commons in the data

[Wikidata-bugs] [Maniphest] [Edited] T179991: Add a geo lookup service to WDQS based on the .map pages on Commons

2017-11-13 Thread Yurik
Yurik updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...=== Usage as a lookup ```lang=sparql...``` === Usage as a service ```lang=sparql...TASK DETAILhttps://phabricator.wikimedia.org/T179991EMAIL

[Wikidata-bugs] [Maniphest] [Edited] T179991: Add a geo lookup service to WDQS based on the .map pages on Commons

2017-11-12 Thread Yurik
Yurik updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...```lang=sparql ?wd wdt:P625 ?location . BIND(geof:lookup('World Countries Outline.map', ?location, 'iso') as ?iso) ``` ```lang=sparql SERVICE wikibase:geolookup {...TASK