1# Test empty [] operator; not allowed as predicate
2@prefix : <http://example.org/base#> .
3[] :a :b .
4:c :d [] .
5