query-35a97c6b20cabce02f609facc6486e51

rq turtle/ttl

أين أنتويرب في العالم.outdatedThis page is Where in the world is Antwerp.outdatedThis page is Where in the world is Antwerp.outdatedThis page is Kde na světě se nachází Antverpy.outdatedThis page is Where in the world is Antwerp.outdatedThis page is Wo auf der Erde befindet sich Antwerpen.outdatedThis page is Where in the world is Antwerp.outdatedThis page is Where in the world is Antwerp.outdatedThis page is Where in the world is Antwerp.outdatedThis page is Where in the world is Antwerp.outdatedThis page is Where in the world is Antwerp.outdatedThis page is Où est Anvers dans le monde ?.outdatedThis page is איפה אנטוורפן בעולם.outdatedThis page is Where in the world is Antwerp.outdatedThis page is Where in the world is Antwerp.outdatedThis page is Dove si trova Anversa nel mondo.outdatedThis page is Where in the world is Antwerp.outdatedThis page is Where in the world is Antwerp.outdatedThis page is Where in the world is Antwerp.outdatedThis page is Where in the world is Antwerp.outdatedThis page is Where in the world is Antwerp.outdatedThis page is Waar ligt Antwerpen op de aardbol?.outdatedThis page is Where in the world is Antwerp.outdatedThis page is Where in the world is Antwerp.outdatedThis page is Where in the world is Antwerp.outdatedThis page is Где вообще находится Антверпен.outdatedThis page is Where in the world is Antwerp.outdatedThis page is Var i världen ligger Antwerp.outdatedThis page is Where in the world is Antwerp.outdatedThis page is Anvers nerede yer almaktadır.outdatedThis page is Де у світі є Antwerp.outdatedThis page is Where in the world is Antwerp.outdatedThis page is 安特卫普在世界上的哪里.outdatedThis page is

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
#defaultView:Map
SELECT DISTINCT ?settlement ?name ?coor
WHERE
{

   ?subclass_settlement wdt:P279+ wd:Q486972 .
   ?settlement wdt:P31 ?subclass_settlement ;
               wdt:P625 ?coor ;
                rdfs:label ?name .
   FILTER regex(?name, "Antwerp", "i")

}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?coor"):::projected v1("?name"):::projected v3("?settlement"):::projected v2("?subclass_settlement") c4(["wd:Q486972"]):::iri f0[["regex(?name,'Antwerp','i')"]] f0 --> v1 v2 --"wdt:P279"--> c4 v3 --"wdt:P31"--> v2 v3 --"wdt:P625"--> v4 v3 --"rdfs:label"--> v1