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