query-89162384d1bf7ac193e53feb4ea10ee7
Gib mir alle Unter-Organisationen der Allianz-Initiative! (außer Personen)
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 DISTINCT ?verbund ?verbundLabel ?organisation ?organisationLabel
WHERE
{
?verbund wdt:P463 wd:Q1783362 .
{
{?organisation wdt:P137* ?verbund}
UNION {?organisation wdt:P463+ ?verbund}
}
?organisation wdt:P31/wdt:P279* wd:Q43229 .
SERVICE wikibase:label { bd:serviceParam wikibase:language "de" . }
}
ORDER BY ASC(?verbundLabel) ASC(?organisationLabel)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?organisation"):::projected
v2("?organisationLabel"):::projected
v3("?verbund"):::projected
v1("?verbundLabel"):::projected
a1((" "))
c10(["de"]):::literal
c8(["bd:serviceParam"]):::iri
c2(["wd:Q1783362"]):::iri
c6(["wd:Q43229"]):::iri
v3 --"wdt:P463"--> c2
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v4 --"wdt:P463"--> v3
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v4 --"wdt:P137"--> v3
end
union0r <== or ==> union0l
end
v4 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c6
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end