query-058c196da5e2eeb2963d2c54bd149b2c

rq turtle/ttl

قائمة المسابر الفضائية مع الصور List of space probes with pictures List of space probes with pictures Seznam vesmírných sond s obrázky List of space probes with pictures List of space probes with pictures List of space probes with pictures List of space probes with pictures List of space probes with pictures List of space probes with pictures List of space probes with pictures Sondes spatiales illustrées List of space probes with pictures List of space probes with pictures List of space probes with pictures Elenco di sonde spaziali con immagini 宇宙探査機の一覧を写真付きで List of space probes with pictures Lëscht vu Raumsonde mat Biller List of space probes with pictures List of space probes with pictures Lijst van ruimtesondes met foto's List of space probes with pictures List of space probes with pictures List of space probes with pictures List of space probes with pictures List of space probes with pictures Lista över rymdsonder med bilder List of space probes with pictures List of space probes with pictures List of space probes with pictures List of space probes with pictures 有图片的太空探测器名单

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 ?spaceProbeLabel ?date ?picture
WHERE
{
  ?spaceProbe wdt:P31 wd:Q26529;
        wdt:P18 ?picture;
        wdt:P619 ?date . #mandatory
  SERVICE wikibase:label {
    bd:serviceParam wikibase:language "fr,en" .
  }
}
ORDER BY ?date
LIMIT 88

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?date"):::projected v3("?picture"):::projected v2("?spaceProbe") c6(["bd:serviceParam"]):::iri c8(["fr,en"]):::literal c2(["wd:Q26529"]):::iri v2 --"wdt:P31"--> c2 v2 --"wdt:P18"--> v3 v2 --"wdt:P619"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end