query-0a9f173f9c403b26e73258a09bb685dd
... as a Graph
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#>
#defaultView:Graph
SELECT ?consortium ?consortiumLabel ?verbund ?verbundLabel ("EC0000" AS ?rgb)
WHERE
{
?consortium wdt:P31 wd:Q98270496 .
?consortium wdt:P1416 ?organisation .
{
{?organisation wdt:P137* ?verbund}
UNION {?organisation wdt:P463+ ?verbund}
}
?verbund wdt:P463 wd:Q1783362 .
SERVICE wikibase:label { bd:serviceParam wikibase:language "de" . }
} ORDER BY ASC(?verbundLabel) ASC(?organisationLabel) ASC(?consortiumLabel)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?consortium"):::projected
v3("?consortiumLabel"):::projected
v5("?organisation")
v2("?organisationLabel")
v7("?rgb")
v6("?verbund"):::projected
v1("?verbundLabel"):::projected
c10(["de"]):::literal
c8(["bd:serviceParam"]):::iri
c2(["wd:Q98270496"]):::iri
c6(["wd:Q1783362"]):::iri
v4 --"wdt:P31"--> c2
v4 --"wdt:P1416"--> v5
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v5 --"wdt:P463"--> v6
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v5 --"wdt:P137"--> v6
end
union0r <== or ==> union0l
end
v6 --"wdt:P463"--> c6
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end
bind0[/"'EC0000'"/]
bind0 --as--o v7