water-fountains / proximap

a responsive Angular 6 web app for finding nearby fountains
https://beta.water-fountains.org
Other
16 stars 9 forks source link

Lugano #311

Open ralfhauser opened 4 years ago

ralfhauser commented 4 years ago

126 in https://overpass-turbo.eu/s/Of8

ralfhauser commented 4 years ago

apparently none in wikidata

SELECT ?place ?placeLabel ?location ?date WHERE {

Enter coordinates

SERVICE wikibase:box { ?place wdt:P625 ?location .
bd:serviceParam wikibase:cornerWest "Point(8.8701 45.9557)"^^geo:wktLiteral. bd:serviceParam wikibase:cornerEast "Point(9.0002 45.9504)"^^geo:wktLiteral. } .

Is a water well or fountain or subclass of fountain

FILTER (EXISTS { ?place wdt:P31/wdt:P279 wd:Q43483 } || EXISTS { ?place wdt:P31/wdt:P279 wd:Q483453 }). SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de" . } }