diff options
Diffstat (limited to 'tests/TriGTests/trig-subm-04.trig')
-rw-r--r-- | tests/TriGTests/trig-subm-04.trig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/TriGTests/trig-subm-04.trig b/tests/TriGTests/trig-subm-04.trig new file mode 100644 index 00000000..2f57b30b --- /dev/null +++ b/tests/TriGTests/trig-subm-04.trig @@ -0,0 +1,14 @@ +# Test ; operator +@prefix : <http://example.org/base#> . + +{ +:a :b :c ; + :d :e ; + :f :g . +} + +<http://example/graph> { +:a :b :c ; + :d :e ; + :f :g . +} |