Merge pull request #300 from RickMoynihan/patch-1

Create Hello World in SPARQL query language
This commit is contained in:
Mike Donaghy
2017-02-12 16:11:23 -06:00
committed by GitHub

3
s/sparql.sparql Normal file
View File

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