diff options
Diffstat (limited to 'test/validate/bad-unknown-property.ttl')
-rw-r--r-- | test/validate/bad-unknown-property.ttl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/validate/bad-unknown-property.ttl b/test/validate/bad-unknown-property.ttl new file mode 100644 index 00000000..0db1e85c --- /dev/null +++ b/test/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 . + |