4 lines
52 B
SPARQL
Executable File
4 lines
52 B
SPARQL
Executable File
SELECT ?h WHERE {
|
|
VALUES ?h { "Hello World" }
|
|
}
|