aboutsummaryrefslogtreecommitdiffstats
path: root/tests/TriGTests/prefix_reassigned_and_used.trig
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TriGTests/prefix_reassigned_and_used.trig')
-rw-r--r--tests/TriGTests/prefix_reassigned_and_used.trig4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/TriGTests/prefix_reassigned_and_used.trig b/tests/TriGTests/prefix_reassigned_and_used.trig
deleted file mode 100644
index 6abd7ea9..00000000
--- a/tests/TriGTests/prefix_reassigned_and_used.trig
+++ /dev/null
@@ -1,4 +0,0 @@
-@prefix p: <http://a.example/>.
-@prefix p: <http://b.example/>.
-{p:s <http://a.example/p> <http://a.example/o> .}
-<http://example/graph> {p:s <http://a.example/p> <http://a.example/o> .}