query-429745e3f60a94b3ed60016f675d6aef

rq turtle/ttl

Immortals seem to be mainly NOT around Florence ;) To cross-check, a similar query for those with:

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
#defaultView:Map
SELECT DISTINCT ?item ?coor
{
    ?item wdt:P31 wd:Q747074 .
    [] (wdt:P19|wdt:P20)/wdt:P131* ?item .
    ?item wdt:P625 ?coor 
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?coor"):::projected v1("?item"):::projected a1((" ")) a2((" ")) c2(["wd:Q747074"]):::iri v1 --"wdt:P31"--> c2 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; a1 --"wdt:P20"--> a2 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; a1 --"wdt:P19"--> a2 end union0r <== or ==> union0l end a2 --"wdt:P131"--> v1 v1 --"wdt:P625"--> v2