query-267e4b634e568967b4238c45bdb10bde
Welche Organisationen sind an welchen NFDI-Konsortien beteiligt? Als Graphen anzeigen! Which organisations are (co-)applicants or participants in which NFDI consortia? (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 ?w ?wLabel ?wpicture ?p ?pLabel ?ppicture ("EC0000" AS ?rgb)
WHERE
{
?p wdt:P31 wd:Q98270496 .
?p wdt:P1416 ?w .
FILTER NOT EXISTS {?w wdt:P31 wd:Q98270496 } # do nit display consortia associations to Base4NFDI
OPTIONAL { ?w wdt:P154 ?wpicture }
SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en" . }
} ORDER BY ASC(?wLabel)
Query found at
- https://www.wikidata.org/wiki/User:Wiljes/FDM-examples
- https://www.wikidata.org/wiki/User:Wiljes/NFDI
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?p"):::projected
v5("?rgb")
v2("?w"):::projected
v1("?wLabel"):::projected
v4("?wpicture"):::projected
c6(["bd:serviceParam"]):::iri
c8(["de,en"]):::literal
c2(["wd:Q98270496"]):::iri
f0[["not "]]
subgraph f0e0["Exists Clause"]
e0v1 --"wdt:P31"--> e0c2
e0v1("?w"):::projected
e0c2(["wd:Q98270496"]):::iri
end
f0--EXISTS--> f0e0
f0 --> v2
f0 --> c1
f0 --> c2
v2 --"wdt:P31"--> c2
v3 --"wdt:P31"--> c2
v3 --"wdt:P1416"--> v2
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P154".-> v4
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end
bind1[/"'EC0000'"/]
bind1 --as--o v5