diff options
Diffstat (limited to 'test/extra/bad/bad-a-subject.ttl')
-rw-r--r-- | test/extra/bad/bad-a-subject.ttl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/extra/bad/bad-a-subject.ttl b/test/extra/bad/bad-a-subject.ttl index 07a372f1..11d98d98 100644 --- a/test/extra/bad/bad-a-subject.ttl +++ b/test/extra/bad/bad-a-subject.ttl @@ -1,3 +1,3 @@ -# 'a' only allowed as a predicate -@prefix : <http://example.org/base#> . +@prefix : <http://example.org/> . + a :a :b . |