diff options
Diffstat (limited to 'tests/TrigTests/trig-syntax-struct-04.trig')
-rw-r--r-- | tests/TrigTests/trig-syntax-struct-04.trig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/TrigTests/trig-syntax-struct-04.trig b/tests/TrigTests/trig-syntax-struct-04.trig new file mode 100644 index 00000000..5a80fdf7 --- /dev/null +++ b/tests/TrigTests/trig-syntax-struct-04.trig @@ -0,0 +1,5 @@ +@prefix : <http://example/> . +{:s :p1 :o1 ;; + :p2 :o2 + . +}
\ No newline at end of file |