test-05.ttl 130 B

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