diff options
Diffstat (limited to 'test/w3c/TriGTests/trig-syntax-bnode-10.trig')
-rw-r--r-- | test/w3c/TriGTests/trig-syntax-bnode-10.trig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/w3c/TriGTests/trig-syntax-bnode-10.trig b/test/w3c/TriGTests/trig-syntax-bnode-10.trig new file mode 100644 index 00000000..b6d308dd --- /dev/null +++ b/test/w3c/TriGTests/trig-syntax-bnode-10.trig @@ -0,0 +1,6 @@ +@prefix : <http://example/> . +{ +:s1 :p :o . +[ :p1 :o1 ; :p2 :o2 ] . +:s2 :p :o . +}
\ No newline at end of file |