aboutsummaryrefslogtreecommitdiffstats
path: root/test/w3c/TriGTests/SPARQL_style_base.trig
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/TriGTests/SPARQL_style_base.trig')
-rw-r--r--test/w3c/TriGTests/SPARQL_style_base.trig3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/w3c/TriGTests/SPARQL_style_base.trig b/test/w3c/TriGTests/SPARQL_style_base.trig
new file mode 100644
index 00000000..5697b450
--- /dev/null
+++ b/test/w3c/TriGTests/SPARQL_style_base.trig
@@ -0,0 +1,3 @@
+BASE <http://a.example/>
+{<s> <http://a.example/p> <http://a.example/o> .}
+<http://example/graph> {<s> <http://a.example/p> <http://a.example/o> .}