We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Request from https://plastikexperiment.ch/
77 fountains in OSM https://overpass-turbo.eu/s/Or9
3 in wikidata
'''SELECT ?place ?placeLabel ?location ?date WHERE {
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. } .
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" . } }'''
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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" .
}
}'''
The text was updated successfully, but these errors were encountered: