query-f2fd7c907d79b1a3825555bca66296ff
Gib mir alle als Konsortialpartner an Konsortien beteiligten Institutionen sowie die Konsortien, an denen diese beteiligt sind!
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 ?wLabel ?pLabel
WHERE
{
?p wdt:P31 wd:Q98270496 .
?p wdt:P1416 ?w .
SERVICE wikibase:label { bd:serviceParam wikibase:language "de" . }
} ORDER BY ASC(?wLabel) ASC(?pLabel)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?p")
v2("?pLabel"):::projected
v4("?w")
v1("?wLabel"):::projected
c7(["de"]):::literal
c5(["bd:serviceParam"]):::iri
c2(["wd:Q98270496"]):::iri
v3 --"wdt:P31"--> c2
v3 --"wdt:P1416"--> v4
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c5 --"wikibase:language"--> c7
end