aboutsummaryrefslogtreecommitdiffstats
path: root/test/w3c/TriGTests/SPARQL_style_prefix.trig
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/TriGTests/SPARQL_style_prefix.trig')
-rw-r--r--test/w3c/TriGTests/SPARQL_style_prefix.trig3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/w3c/TriGTests/SPARQL_style_prefix.trig b/test/w3c/TriGTests/SPARQL_style_prefix.trig
deleted file mode 100644
index 49bc9737..00000000
--- a/test/w3c/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> .}