Difference between revisions of "OSM Planet"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
</source> | </source> | ||
[https://qlever.cs.uni-freiburg.de/osm-planet/zXu0VA?exec=true try it!] | [https://qlever.cs.uni-freiburg.de/osm-planet/zXu0VA?exec=true try it!] | ||
+ | [[Category:SPARQL]] |
Revision as of 08:46, 20 January 2025
PREFIX osmrel: <https://www.openstreetmap.org/relation/>
SELECT *
WHERE {
osmrel:6843452 ?p ?o .
}
LIMIT 10