aboutsummaryrefslogtreecommitdiffstats
path: root/tests/JSONLDTests/toRdf-0053-in.jsonld
diff options
context:
space:
mode:
Diffstat (limited to 'tests/JSONLDTests/toRdf-0053-in.jsonld')
-rw-r--r--tests/JSONLDTests/toRdf-0053-in.jsonld9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/JSONLDTests/toRdf-0053-in.jsonld b/tests/JSONLDTests/toRdf-0053-in.jsonld
new file mode 100644
index 00000000..7795576f
--- /dev/null
+++ b/tests/JSONLDTests/toRdf-0053-in.jsonld
@@ -0,0 +1,9 @@
+[{
+ "@id": "http://example.com/id1",
+ "@type": ["http://example.com/t1"],
+ "http://example.com/term1": ["v1"],
+ "http://example.com/term2": [{"@value": "v2", "@type": "http://example.com/t2"}],
+ "http://example.com/term3": [{"@value": "v3", "@language": "en"}],
+ "http://example.com/term4": [4],
+ "http://example.com/term5": [50, 51]
+}] \ No newline at end of file