Query OSM using Sophox
Load OSM data from Sophox
---
title: Query OSM using Sophox
description: Load OSM data from Sophox
type: sparql
server: https://sophox.org/sparql
options:
zoom: -0.1
center: [0, 30]
---
SELECT * WHERE {
?newspaper osmt:office "newspaper";
osmm:loc ?coordinates.
}