query-d52b321e9271dea9b5ff8ff6198084c3

rq turtle/ttl

PropertiesAtlas of Hillforts ID (P4102)image (P18)

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT ?atlas ?image WHERE
{  ?subj wdt:P4102 ?atlas ;
 wdt:P18 ?image .
} ORDER BY ?atlas

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?atlas"):::projected v3("?image"):::projected v2("?subj") v2 --"wdt:P4102"--> v1 v2 --"wdt:P18"--> v3