query-c2dcb7c300a4c72fb17e7c3e127b543f
Show the NFDI as an expandable graph!Hint: Click on node to expand the graph!
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Graph
SELECT ?p ?pLabel ?s ?sLabel
WHERE
{
?s ?p ?o
FILTER(?s = wd:Q61658497 )
SERVICE wikibase:label { bd:serviceParam wikibase:language "de" . }
}
Query found at
- https://www.wikidata.org/wiki/User:Wiljes/NFDI
- https://www.wikidata.org/wiki/Wikidata:WikiProject_NFDI/SPARQL-queries
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?o")
v2("?p"):::projected
v1("?s"):::projected
c5(["de"]):::literal
c3(["bd:serviceParam"]):::iri
f0[["?s = 'wd:Q61658497'"]]
f0 --> v1
v1 -->v2--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c3 --"wikibase:language"--> c5
end