diff options
Diffstat (limited to 'test/w3c/TriGTests/trig-syntax-bnode-04.trig')
-rw-r--r-- | test/w3c/TriGTests/trig-syntax-bnode-04.trig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/w3c/TriGTests/trig-syntax-bnode-04.trig b/test/w3c/TriGTests/trig-syntax-bnode-04.trig new file mode 100644 index 00000000..7bde07d6 --- /dev/null +++ b/test/w3c/TriGTests/trig-syntax-bnode-04.trig @@ -0,0 +1,2 @@ +@prefix : <http://example/> . +{:s :p [ :q1 :o1 ; :q2 :o2 ] .} |