Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the fountains of Baden #17

Open
ralfhauser opened this issue Nov 25, 2019 · 0 comments
Open

Add the fountains of Baden #17

ralfhauser opened this issue Nov 25, 2019 · 0 comments

Comments

@ralfhauser
Copy link
Member

Request from https://plastikexperiment.ch/

77 fountains in OSM
https://overpass-turbo.eu/s/Or9

3 in wikidata

'''SELECT ?place ?placeLabel ?location ?date
WHERE
{

Enter coordinates

SERVICE wikibase:box {
?place wdt:P625 ?location .
# Bottom left - upper right
bd:serviceParam wikibase:cornerWest "Point(8.2550 47.4313)"^^geo:wktLiteral.
bd:serviceParam wikibase:cornerEast "Point(8.3397 47.4925)"^^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" .
}
}'''

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant