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