query-3a0ddae323e59671968dc3a57eb3bee8

rq turtle/ttl

TODO

Use at

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

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

SELECT
  ?image
  ?actor ?actorLabel
WHERE {
  target: wdt:P161 ?actor .
  ?actor wdt:P18 ?image
  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("?actor"):::projected v2("?image"):::projected c5(["bd:serviceParam"]):::iri c1([http://www.wikidata.org/entity/Q69303989]):::iri c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal c1 --"wdt:P161"--> v1 v1 --"wdt:P18"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end