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