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