2018-08-22 01:37:32 -03:00

4 lines
53 B
SPARQL
Executable File

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