query-4f4818cbd4ad8579f66f2b8055687df0

rq turtle/ttl

Timeline of space probes Timeline of space probes Chronologie des tests spatiaux Timeline of space probes 宇宙探査機のタイムライン Tijdlijn van ruimtesondes Tidslinje över rymdsonder Timeline of space probes Timeline of space probes 太空探测器时间表

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:Timeline
SELECT ?item ?itemLabel ?launchdate (SAMPLE(?image) AS ?image)
WHERE
{
    ?item wdt:P31 wd:Q26529 .
    ?item wdt:P619 ?launchdate .
    SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }
    OPTIONAL { ?item wdt:P18 ?image }
}
GROUP BY ?item ?itemLabel ?launchdate

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?image"):::projected v1("?item"):::projected v2("?launchdate"):::projected c5(["bd:serviceParam"]):::iri c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q26529"]):::iri v1 --"wdt:P31"--> c2 v1 --"wdt:P619"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v4 end bind1[/"sample(?image)"/] v4 --o bind1 bind1 --as--o v4