diff options
Diffstat (limited to 'test/extra/bad/bad-03.ttl')
-rw-r--r-- | test/extra/bad/bad-03.ttl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/extra/bad/bad-03.ttl b/test/extra/bad/bad-03.ttl new file mode 100644 index 00000000..07a372f1 --- /dev/null +++ b/test/extra/bad/bad-03.ttl @@ -0,0 +1,3 @@ +# 'a' only allowed as a predicate +@prefix : <http://example.org/base#> . +a :a :b . |