diff options
Diffstat (limited to 'tests/validate/bad-unknown-property.ttl')
-rw-r--r-- | tests/validate/bad-unknown-property.ttl | 6 |
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 . + |