query-ab590e17b83d4c9a00d0aa20b7c05827

rq turtle/ttl

المتاحف في أنتويرب Museums in Antwerp Museums in Antwerp Muzea v Antverpách Museums in Antwerp Museums in Antwerp Museums in Antwerp Museums in Antwerp Museums in Antwerp Museums in Antwerp Museums in Antwerp Musées d’Anvers Museums in Antwerp Museums in Antwerp Museums in Antwerp Musei ad Anversa アントウェルペンにある博物館 Museums in Antwerp Muséeën zu Antwerpen Museums in Antwerp Museums in Antwerp Musea in Antwerpen Muzea w Antwerpii Museums in Antwerp Museums in Antwerp Музеи Антверпена Museums in Antwerp Museer i Antwerp Museums in Antwerp Anvers'teki müzeler Музеї Антверпена Museums in Antwerp 在安特卫普的博物馆

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 ?item ?itemLabel ?coordinates
WHERE
{
  ?item wdt:P31/wdt:P279* wd:Q33506 ;
        wdt:P131 wd:Q12892 ;
        wdt:P625 ?coordinates .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "nl, en" }
  }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?coordinates"):::projected v1("?item"):::projected a1((" ")) c10(["nl, en"]):::literal c5(["wd:Q12892"]):::iri c3(["wd:Q33506"]):::iri c8(["bd:serviceParam"]):::iri v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 v1 --"wdt:P131"--> c5 v1 --"wdt:P625"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end