User:ChristianSW/Geograph

WikiMap edit

Geograph edit

Geograph und OpenStreetMap edit

Abfragen edit

Umkreissuche

umliegende Quadrate als Suchraum

Planquadrate ansteuern

??? edit

SELECT DISTINCT ?item ?itemLabel ?itemDescription ?geographLink
WHERE {
   ?item wdt:P31/wdt:P279* wd:Q44494;            
         wdt:P131* wd:Q5922; 
         p:P625 ?coordinate.
  ?coordinate psv:P625 ?coordinate_node.
  ?coordinate_node wikibase:geoLatitude ?lat.
  ?coordinate_node wikibase:geoLongitude ?lon.
BIND(URI(CONCAT("http://geo.hlipp.de/browse.php?ll=",STR(?lat),",",STR(?lon))) AS ?geographLink)
SERVICE wikibase:label { bd:serviceParam wikibase:language "de". }
}
Try it!