query-b9637cf9d7c958f32bc30117821e4bd8
show me a graph of NFDI
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 ?consortium ?consortiumLabel ("EC0000" AS ?rgb) ?institution ?institutionLabel
# ("EC0000" AS ?rgb): consortium labels are shown in red
WHERE
{
?consortium wdt:P361 wd:Q61658497 .
?consortium wdt:P31 wd:Q98270496 .
OPTIONAL { ?consortium wdt:P1416 ?institution. }
SERVICE wikibase:label { bd:serviceParam wikibase:language "en,[AUTO_LANGUAGE]". }
} ORDER BY (?consortiumLabel) (?institutionLabel)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?consortium"):::projected
v1("?consortiumLabel"):::projected
v4("?institution"):::projected
v2("?institutionLabel"):::projected
v5("?rgb")
c7(["bd:serviceParam"]):::iri
c2(["wd:Q61658497"]):::iri
c9(["en,#91;AUTO_LANGUAGE#93;"]):::literal
c4(["wd:Q98270496"]):::iri
v3 --"wdt:P361"--> c2
v3 --"wdt:P31"--> c4
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v3 -."wdt:P1416".-> v4
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end
bind0[/"'EC0000'"/]
bind0 --as--o v5