query-63651f82741efae5f19bc2bc410779e4

rq turtle/ttl

(Artist) Images of Exoplanets (Artist) Images of Exoplanets (Artist) Images of Exoplanets (Umělecké) Obrázky exoplanet (Artist) Images of Exoplanets (Artist) Images of Exoplanets (Artist) Images of Exoplanets (Artist) Images of Exoplanets (Artist) Images of Exoplanets (Artist) Images of Exoplanets (Artist) Images of Exoplanets Vues d’artistes d’exoplanètes (Artist) Images of Exoplanets (Artist) Images of Exoplanets (Artist) Images of Exoplanets Immagini di esopianeti (artista) (創作)太陽系外惑星の画像 (Artist) Images of Exoplanets (Artist) Images of Exoplanets (Artist) Images of Exoplanets (Artist) Images of Exoplanets (Kunstenaar) Afbeeldingen van exoplaneten (Artist) Images of Exoplanets (Artist) Images of Exoplanets (Artist) Images of Exoplanets (Artist) Images of Exoplanets (Artist) Images of Exoplanets (Artist) Images of Exoplanets (Artist) Images of Exoplanets (Artist) Images of Exoplanets (Artist) Images of Exoplanets (Artist) Images of Exoplanets (艺术)系外行星图像

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#>
#defaultView:ImageGrid
SELECT ?exoplanet ?exoplanetLabel ?image WHERE {
  ?exoplanet wdt:P31 wd:Q44559 ;
             wdt:P18 ?image .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en". }
}

Query found at

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