Files
hello-world/s/sparql.sparql

4 lines
52 B
SPARQL

SELECT ?h WHERE {
VALUES ?h { "Hello World" }
}