test: Add SPARQL endpoint integration test.

This commit is contained in:
Ruben Verborgh
2020-10-31 22:34:11 +01:00
committed by Joachim Van Herwegen
parent 17d774fc18
commit 1055beea92
5 changed files with 56 additions and 8 deletions

6
test/assets/person.ttl Normal file
View File

@@ -0,0 +1,6 @@
PREFIX : <https://ruben.verborgh.org/profile/#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
:me a foaf:Person;
foaf:name "Ruben Verborgh"@en;
foaf:homepage <https://ruben.verborgh.org/>.