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