query-d18ca5531b8d7d4c39ed6aced494b6d1

rq turtle/ttl

مدن متصلة بالطريق الأوروبي إي 40 Cities connected by the European route E40 Cities connected by the European route E40 Města propojená evropskou silnicí E40 Cities connected by the European route E40 Städte welche durch die Europastraße E40 verbunden sind Cities connected by the European route E40 Cities connected by the European route E40 Cities connected by the European route E40 Cities connected by the European route E40 Cities connected by the European route E40 Villes reliées par la route européenne E40 ערים שמקושרות בדרך האירופית E40 Cities connected by the European route E40 Cities connected by the European route E40 Città collegate dall'autostrada europea E40 Cities connected by the European route E40 Cities connected by the European route E40 Cities connected by the European route E40 Cities connected by the European route E40 Cities connected by the European route E40 Steden die via de Europese E40 snelweg verbonden zijn Cities connected by the European route E40 Cities connected by the European route E40 Cities connected by the European route E40 Города на Европейском маршруте E40 Cities connected by the European route E40 Städer som knyter an till Europaväg 40 Cities connected by the European route E40 Cities connected by the European route E40 Міста, з'єднані європейським автошляхом E40 Cities connected by the European route E40 欧洲E40公路连接的城市

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#>
#defaultView:Map
SELECT ?city ?cityLabel ?coordinates
WHERE
{
   VALUES ?highway {wd:Q327162 }
   ?highway wdt:P2789 ?city .
    ?city wdt:P625 ?coordinates .
   SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?city"):::projected v3("?coordinates"):::projected v1("?highway") c4(["bd:serviceParam"]):::iri c6(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal bind0[/VALUES ?highway/] bind0-->v1 bind00(["wd:Q327162"]) bind00 --> bind0 v1 --"wdt:P2789"--> v2 v2 --"wdt:P625"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end