query-265a4b22163617720d87f2e7e4093a06

rq turtle/ttl

Adnan Khashoggi Connections

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Graph
SELECT ?item1 ?image ?item1Label ?item2 ?image2 ?item2Label ?edgeLabel 
WHERE {
   { SELECT ?item1 WHERE {
VALUES ?item1 {wd:Q359381 #Adnan Khashoggi
               wd:Q7398385 #Safari Club
               wd:Q953108 #SAVAK
               wd:Q806677 #BCCI


              }
} }
   {SELECT (?item1 AS ?item2) WHERE { { SELECT ?item1 WHERE {
VALUES ?item1 {wd:Q359381 #Adnan Khashoggi
               wd:Q7398385 #Safari Club
               wd:Q953108 #SAVAK
               wd:Q806677 #BCCI


              }
} }} }?item1 ?prop ?item2.
?edge ?dummy ?prop ; rdf:type wikibase:Property
OPTIONAL {?item1 wdt:P18 ?image}
OPTIONAL {?item2 wdt:P18 ?image2}
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?dummy") v4("?edge") v6("?image"):::projected v7("?image2"):::projected v2("?item1"):::projected v2("?item2"):::projected v3("?prop") c5(["bd:serviceParam"]):::iri c2(["wikibase:Property"]):::iri c7(["en"]):::literal bind0[/VALUES ?item1/] bind0-->v2 bind00(["wd:Q359381"]) bind00 --> bind0 bind01(["wd:Q7398385"]) bind01 --> bind0 bind02(["wd:Q953108"]) bind02 --> bind0 bind03(["wd:Q806677"]) bind03 --> bind0 bind1[/VALUES ?item1/] bind1-->v2 bind10(["wd:Q359381"]) bind10 --> bind1 bind11(["wd:Q7398385"]) bind11 --> bind1 bind12(["wd:Q953108"]) bind12 --> bind1 bind13(["wd:Q806677"]) bind13 --> bind1 bind2[/"?item1"/] v2 --o bind2 bind2 --as--o v2 v2 -->v3--> v2 v4 -->v5--> v3 v4 --"a"--> c2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P18".-> v6 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P18".-> v7 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end