query-720fa5799f1ca192351dbec33f1a9244

rq turtle/ttl

Welche Mitglieder der Allianz-Initiative sind an welchen NFDI-Konsortien beteiligt?

Use at

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 ?consortium ?consortiumLabel
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"):::projected v2("?organisationLabel"):::projected 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