summaryrefslogtreecommitdiffstats
path: root/tests/json/bad-03.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/json/bad-03.json')
-rw-r--r--tests/json/bad-03.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/json/bad-03.json b/tests/json/bad-03.json
new file mode 100644
index 0000000..913d9e8
--- /dev/null
+++ b/tests/json/bad-03.json
@@ -0,0 +1,10 @@
+/* bad-03.json - No object defined for triple */
+
+{
+ "triples" : [
+ {
+ "subject" : { "type" : "uri", "value" : "http://example.org/about" },
+ "predicate" : { "type" : "uri", "value" : "http://purl.org/dc/elements/1.1/creator" }
+ }
+ ]
+}