diff options
Diffstat (limited to 'test/w3c/TriGTests/trig-subm-05.trig')
-rw-r--r-- | test/w3c/TriGTests/trig-subm-05.trig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/w3c/TriGTests/trig-subm-05.trig b/test/w3c/TriGTests/trig-subm-05.trig new file mode 100644 index 00000000..8c202b99 --- /dev/null +++ b/test/w3c/TriGTests/trig-subm-05.trig @@ -0,0 +1,12 @@ +# Test empty [] operator; not allowed as predicate +@prefix : <http://example.org/base#> . + +{ +[] :a :b . +:c :d [] . +} + +<http://example/graph> { +[] :a :b . +:c :d [] . +} |