diff options
Diffstat (limited to 'tests/TriGTests/prefix_only_IRI.trig')
-rw-r--r-- | tests/TriGTests/prefix_only_IRI.trig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/TriGTests/prefix_only_IRI.trig b/tests/TriGTests/prefix_only_IRI.trig new file mode 100644 index 00000000..c0f4d441 --- /dev/null +++ b/tests/TriGTests/prefix_only_IRI.trig @@ -0,0 +1,3 @@ +@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> .} |