1# Test non empty [] operator; not allowed as predicate
2@prefix : <http://example.org/base#> .
3
4{
5[ :a :b ] :c :d .
6:e :f [ :g :h ] .
7}
8
9<http://example/graph> {
10[ :a :b ] :c :d .
11:e :f [ :g :h ] .
12}
13