mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
test: Add SPARQL endpoint integration test.
This commit is contained in:
committed by
Joachim Van Herwegen
parent
17d774fc18
commit
1055beea92
6
test/assets/person.ttl
Normal file
6
test/assets/person.ttl
Normal 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/>.
|
||||
Reference in New Issue
Block a user