query-184030e2c9daa045b519a0e9e9f6453f

rq turtle/ttl

Gibt mir alle an KonsortSWD beteiligten Organisationen!

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?p ?pLabel ?affiliationTypeLabel ?w ?wLabel
WHERE 
{
  wd:Q98380340 p:P1416 ?statement .
  ?statement ps:P1416 ?w .
  OPTIONAL { ?statement pq:P3831 ?affiliationType .}  
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de,en" . }
} ORDER BY ASC(?pLabel) ASC(?affiliationTypeLabel) ASC(?wLabel)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v6("?affiliationType") v2("?affiliationTypeLabel"):::projected v1("?pLabel"):::projected v4("?statement") v5("?w"):::projected v3("?wLabel"):::projected c6(["bd:serviceParam"]):::iri c8(["#91;AUTO_LANGUAGE#93;,de,en"]):::literal c1(["wd:Q98380340"]):::iri c1 --"p:P1416"--> v4 v4 --"p:statement/P1416"--> v5 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v4 -."p:qualifier/P3831".-> v6 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end