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