query-9f4ac89fc7a2899ed2bbbc6ed82bf32b

rq turtle/ttl

" example to get also the image while keeping the restriction regarding the administrative unit: (Artist) Images of ExoplanetsThe result doesn't contain the image, and i don't know how to modify the output to get the image. I've tried in vain to adapt the "

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:ImageGrid
SELECT ?item ?itemLabel ?image WHERE {
  ?item p:P31 ps:P31
        wdt:P279 wd:Q16970. ;
        p:P18 ?image
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
LIMIT 10

Query found at