Difference between revisions of "OSM Planet"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | = SPARQL Endpoints = | ||
* https://sophox.org/ | * https://sophox.org/ | ||
+ | * https://qlever.cs.uni-freiburg.de/osm-planet | ||
<source lang='SPARQL'> | <source lang='SPARQL'> |
Revision as of 10:12, 20 January 2025
SPARQL Endpoints
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