aboutsummaryrefslogtreecommitdiffstats
path: root/tests/validate/bad-unknown-property.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validate/bad-unknown-property.ttl')
-rw-r--r--tests/validate/bad-unknown-property.ttl6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/validate/bad-unknown-property.ttl b/tests/validate/bad-unknown-property.ttl
new file mode 100644
index 00000000..0db1e85c
--- /dev/null
+++ b/tests/validate/bad-unknown-property.ttl
@@ -0,0 +1,6 @@
+@prefix eg: <http://example.org/> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+
+eg:s
+ eg:undefined 0 .
+