aboutsummaryrefslogtreecommitdiffstats
path: root/tests/TrigTests/SPARQL_style_prefix.trig
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TrigTests/SPARQL_style_prefix.trig')
-rw-r--r--tests/TrigTests/SPARQL_style_prefix.trig3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/TrigTests/SPARQL_style_prefix.trig b/tests/TrigTests/SPARQL_style_prefix.trig
deleted file mode 100644
index 49bc9737..00000000
--- a/tests/TrigTests/SPARQL_style_prefix.trig
+++ /dev/null
@@ -1,3 +0,0 @@
-PREFIX p: <http://a.example/>
-{p:s <http://a.example/p> <http://a.example/o> .}
-<http://example/graph> {p:s <http://a.example/p> <http://a.example/o> .}