query-825b98d6b4e8a8274872181f8f7c7705
(Q680166)Schleißheim palace complex (Q22669065)Schleißheim State Gallery
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 bd: <http://www.bigdata.com/rdf#>
SELECT ?itemLabel WHERE {
{
?item wdt:P195 wd:Q680166 .
} UNION {
?item wdt:P195 ?sub0 .
?sub0 wdt:P361 wd:Q680166 .
} UNION {
?item wdt:P276 wd:Q680166 .
} UNION {
?item wdt:P276 ?sub1 .
?sub1 wdt:P361 wd:Q680166 .
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "en,de,fr,it,es,pt,ca,la" . }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item")
v2("?sub0")
v3("?sub1")
c6(["bd:serviceParam"]):::iri
c8(["en,de,fr,it,es,pt,ca,la"]):::literal
c2(["wd:Q680166"]):::iri
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;
subgraph union2[" Union "]
subgraph union2l[" "]
style union2l fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P276"--> v3
v3 --"wdt:P361"--> c2
end
subgraph union2r[" "]
style union2r fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P276"--> c2
end
union2r <== or ==> union2l
end
end
subgraph union1r[" "]
style union1r fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P195"--> v2
v2 --"wdt:P361"--> c2
end
union1r <== or ==> union1l
end
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P195"--> c2
end
union0r <== or ==> union0l
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end