aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bad-01.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bad-01.ttl')
-rw-r--r--tests/bad-01.ttl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/bad-01.ttl b/tests/bad-01.ttl
new file mode 100644
index 00000000..533bc21d
--- /dev/null
+++ b/tests/bad-01.ttl
@@ -0,0 +1,3 @@
+# Forbidden by RDF - predicate cannot be blank
+@prefix : <http://example.org/base#> .
+:a [ :b :c ] :d .