query-393a4204a9bb0203564d515f16213ae0

rq turtle/ttl

Sophox. Openstreetmap:Sophox. The service uses a well-defined SQL-like language called SPARQL. The service can also be used for direct OSM editing, either in a manual "search & replace", or as a challenge similar to MapRoulette. All Wikidata SPARQL documentation is at Wikidata Query Help. Similarly to Overpass-Turbo, this service can be used directly from JOSM. Read more at and combine it with any CSV external data source, including Overpass API was a tool to find and cleanup OSM database issues using expertise of the entire community, but, as of July 2018, Sophox was still being rebuilt. Sophox could be used in several distinct ways: it could function as a challenge manager, similar to Osmose and MapRoulette and it could also let power users do complex query-driven search and replace tasks. Lastly, it could serve as a bot evaluation platform. It could also allows users to query data from both OpenStreetMap and Wikidata simultaneously, (Q55840137)Sophox and combine it with any CSV external data source, including Overpass API. allows users to query data from both OpenStreetMap and Wikidata simultaneously,Sophox SPARQL service

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?osmId ?osmLoc ?wd ?wdLabel  WHERE {
  ?osmId osmt:wikidata ?wd ; osmm:loc ?osmLoc .  
  ?wd wdt:P31 wd:Q5119 .
  ?wd wdt:P1376 ?country .
  ?country wdt:P31 wd:Q3624078 .

  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en,fr,ru,es,de,zh,ja". }
}

Query found at