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, 4 insertions, 0 deletions
diff --git a/tests/TriGTests/prefix_reassigned_and_used.trig b/tests/TriGTests/prefix_reassigned_and_used.trig
new file mode 100644
index 00000000..6abd7ea9
--- /dev/null
+++ b/tests/TriGTests/prefix_reassigned_and_used.trig
@@ -0,0 +1,4 @@
+@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> .}