query-17cc32ac6cc6fe6f58cf339538825568

rq turtle/ttl

Gib mir alle Konsortien mit den beteiligten Konsortialpartnern!

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 ?p ?pLabel ?w ?wLabel
WHERE 
{
  ?p wdt:P31 wd:Q98270496 . 
  ?p wdt:P1416 ?w .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "de" . }
} ORDER BY ASC(?pLabel) ASC(?wLabel)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?p"):::projected v1("?pLabel"):::projected v4("?w"):::projected v2("?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