query-02f0379c1526f9b15b132962382dad2b

rq turtle/ttl

Images

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:ImageGrid

PREFIX target: <http://www.wikidata.org/entity/Q1144593>

SELECT
  ?artwork ?artworkLabel
  ?image
WHERE {
  ?artwork p:P180 ?depicted_statement ;
           wdt:P18 ?image .
  ?depicted_statement pq:P1354 target: .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?artwork"):::projected v2("?depicted_statement") v3("?image"):::projected c6(["bd:serviceParam"]):::iri c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal c4([http://www.wikidata.org/entity/Q1144593]):::iri v1 --"p:P180"--> v2 v1 --"p:direct/P18"--> v3 v2 --"p:qualifier/P1354"--> c4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end