query-32336596badbc7ebaaf9540fe7bfa88c
military or police rank (P410),  military unit (P7779): Properties Connection to Lord Kitchener
Use at
- https://query.wikidata.org/sparql
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 ?logo2Label
WHERE {
{ SELECT ?item1 WHERE {
VALUES ?item1 {wd:Q6019377 wd:Q7965362 wd:Q216129 wd:Q23308 wd:Q7987044 wd:Q1628487 wd:Q28050568 wd:Q238587 } #list of things depicted and connected, deities, museums, countries etc
} }
{SELECT (?item1 AS ?item2) WHERE { { SELECT ?item1 WHERE {
VALUES ?item1 {wd:Q6019377 wd:Q7965362 wd:Q216129 wd:Q23308 wd:Q7987044 wd:Q1628487 wd:Q28050568 wd:Q238587 } #list of things depicted and connected, deities, museums, countries etc
} }} }?item1 ?prop ?item2.
?edge ?dummy ?prop ; rdf:type wikibase:Property
OPTIONAL {?item1 wdt:P18 ?image}
OPTIONAL {?item2 wdt:P18 ?image2}
OPTIONAL {?item2 wdt:P154 ?logo2}
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
v8("?logo2")
v3("?prop")
c6(["bd:serviceParam"]):::iri
c2(["wikibase:Property"]):::iri
c8(["en"]):::literal
bind0[/VALUES ?item1/]
bind0-->v2
bind00(["wd:Q6019377"])
bind00 --> bind0
bind01(["wd:Q7965362"])
bind01 --> bind0
bind02(["wd:Q216129"])
bind02 --> bind0
bind03(["wd:Q23308"])
bind03 --> bind0
bind04(["wd:Q7987044"])
bind04 --> bind0
bind05(["wd:Q1628487"])
bind05 --> bind0
bind06(["wd:Q28050568"])
bind06 --> bind0
bind07(["wd:Q238587"])
bind07 --> bind0
bind1[/VALUES ?item1/]
bind1-->v2
bind10(["wd:Q6019377"])
bind10 --> bind1
bind11(["wd:Q7965362"])
bind11 --> bind1
bind12(["wd:Q216129"])
bind12 --> bind1
bind13(["wd:Q23308"])
bind13 --> bind1
bind14(["wd:Q7987044"])
bind14 --> bind1
bind15(["wd:Q1628487"])
bind15 --> bind1
bind16(["wd:Q28050568"])
bind16 --> bind1
bind17(["wd:Q238587"])
bind17 --> 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 optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P154".-> v8
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end