query-f12ddcf6d7d76aa0845c1b9cbb4ac956

rq turtle/ttl

show me a graph of NFDI4Ing

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Graph
SELECT ?consortium ?consortiumLabel ("EC0000" AS ?rgb) ?w ?wLabel
# ("EC0000" AS ?rgb):consortium label shown in red, ?w:institution
WHERE
{
  wd:Q98380344 p:P1416 ?statement .
  ?consortium p:P1416 ?statement .
  ?statement ps:P1416 ?w .

  SERVICE wikibase:label { bd:serviceParam wikibase:language "en,[AUTO_LANGUAGE]". }
} ORDER BY (?wLabel)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?consortium"):::projected v5("?rgb") v2("?statement") v4("?w"):::projected v1("?wLabel"):::projected c1(["wd:Q98380344"]):::iri c5(["bd:serviceParam"]):::iri c7(["en,#91;AUTO_LANGUAGE#93;"]):::literal c1 --"p:P1416"--> v2 v3 --"p:P1416"--> v2 v2 --"p:statement/P1416"--> v4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end bind0[/"'EC0000'"/] bind0 --as--o v5