query-3c491b5c4a154c3b29cb99df5bf8b9a9

rq turtle/ttl

Image gallery of judges

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#title:Booker Prize judges
#defaultView:ImageGrid
SELECT DISTINCT ?item ?itemLabel ?image
WHERE {
?item wdt:P39 wd:Q114836879.
?item wdt:P18 ?image. 
    SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }
} ORDER BY ?itemLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?image"):::projected v2("?item"):::projected v1("?itemLabel"):::projected c5(["bd:serviceParam"]):::iri c2(["wd:Q114836879"]):::iri c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal v2 --"wdt:P39"--> c2 v2 --"wdt:P18"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end