diff options
Diffstat (limited to 'tests/json/bad-13.json')
-rw-r--r-- | tests/json/bad-13.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/json/bad-13.json b/tests/json/bad-13.json new file mode 100644 index 0000000..0763679 --- /dev/null +++ b/tests/json/bad-13.json @@ -0,0 +1,11 @@ +/* bad-06.json - Missing term type */ + +{ + "triples" : [ + { + "subject" : { "type" : "uri", "value" : "http://example.org/about" }, + "predicate" : { "type" : "uri", "value" : "http://purl.org/dc/elements/1.1/creator" }, + "object" : { "value" : "Anna Wilder" }, + } + ] +} |