Create Hello World in SPARQL query language

Hello World in SPARQL
This commit is contained in:
Rick Moynihan
2016-05-20 17:10:08 +01:00
parent 9f63e88962
commit 51d1f85b5d

3
s/sparql.sparql Normal file
View File

@@ -0,0 +1,3 @@
SELECT ?h WHERE {
VALUES ?h { "Hello World!" }
}