Difference between revisions of "OSM Planet"

From BITPlan Wiki
Jump to navigation Jump to search
(Created page with "<source lang='SPARQL'> PREFIX osmrel: <https://www.openstreetmap.org/relation/> SELECT * WHERE { osmrel:6843452 ?p ?o . } LIMIT 10 </source>")
 
Line 8: Line 8:
 
LIMIT 10
 
LIMIT 10
 
</source>
 
</source>
 +
[https://qlever.cs.uni-freiburg.de/osm-planet/zXu0VA?exec=true try it!]

Revision as of 08:45, 20 January 2025

PREFIX osmrel: <https://www.openstreetmap.org/relation/>

SELECT *
WHERE {
  osmrel:6843452 ?p ?o .
} 
LIMIT 10

try it!