query-4b09197e88b827c4c4e75dedd0643cc7
TODO
Use at
- https://query.wikidata.org/sparql
SELECT ?h WHERE {
VALUES ?h { "Hello World" }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?h"):::projected
bind0[/VALUES ?h/]
bind0-->v1
bind00(["Hello World"])
bind00 --> bind0