query-6763c5d79b549fefe4a22bff5f48729d

rq turtle/ttl

Midleading(Q48475)Voyager 2

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 pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?item ?itemLabel ?planet ?planetLabel
WHERE
{
  ?item wdt:P31 / wdt:P279* wd:Q40218 # ?item is a spacecraft

  {
    ?item wdt:P1444 ?planet # get destination
  }
  UNION
  {
    ?item wdt:P376 ?planet # or located on astronomical body
  }
  UNION
  {
    ?item p:P793 [ ps:P793 wd:Q828032 ; pq:P642 ?planet ] # or a planetary flyby
  }
  ?planet wdt:P31 / wdt:P279* wd:Q634 # select only planets
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?planet"):::projected a1((" ")) a2((" ")) a3((" ")) c7(["wd:Q828032"]):::iri c3(["wd:Q40218"]):::iri c12(["bd:serviceParam"]):::iri c10(["wd:Q634"]):::iri c14(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"p:direct/P31"--> a1 a1 --"p:direct/P279"--> c3 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; subgraph union1[" Union "] subgraph union1l[" "] style union1l fill:#abf,stroke-dasharray: 3 3; a2 --"p:statement/P793"--> c7 a2 --"p:qualifier/P642"--> v2 v1 --"p:P793"--> a2 end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; v1 --"p:direct/P376"--> v2 end union1r <== or ==> union1l end end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v1 --"p:direct/P1444"--> v2 end union0r <== or ==> union0l end v2 --"p:direct/P31"--> a3 a3 --"p:direct/P279"--> c10 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c12 --"wikibase:language"--> c14 end