query-57b2d607f7956d2a2f90c4d08ea5dfb0

rq turtle/ttl

: (Q17299580)RKDimages Painter's birthplaces on a map, who have paintings listed in

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
#defaultView:Map
SELECT ?painterLabel ?coordinates WHERE {
  ?painting wdt:P31 wd:Q3305213.
  ?painting wdt:P170 ?painter. 
  ?painting wdt:P350 ?rkd.
  ?painter wdt:P31 wd:Q5 ;
                wdt:P19 ?birthPlace ;
                wdt:P106 wd:Q1028181 .
  ?birthPlace wdt:P625 ?coordinates .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?birthPlace") v5("?coordinates"):::projected v2("?painter") v1("?painting") v3("?rkd") c8(["wd:Q1028181"]):::iri c2(["wd:Q3305213"]):::iri c5(["wd:Q5"]):::iri v1 --"wdt:P31"--> c2 v1 --"wdt:P170"--> v2 v1 --"wdt:P350"--> v3 v2 --"wdt:P31"--> c5 v2 --"wdt:P19"--> v4 v2 --"wdt:P106"--> c8 v4 --"wdt:P625"--> v5