rdf-ex/test/data/TURTLE-TESTS/turtle-subm-06.ttl

5 lines
130 B
Turtle
Raw Normal View History

2017-07-09 23:46:33 +00:00
# Test non empty [] operator; not allowed as predicate
@prefix : <http://example.org/base#> .
[ :a :b ] :c :d .
:e :f [ :g :h ] .