aboutsummaryrefslogtreecommitdiffstats
path: root/tests/JSONLDTests/toRdf-0080-in.jsonld
diff options
context:
space:
mode:
Diffstat (limited to 'tests/JSONLDTests/toRdf-0080-in.jsonld')
-rw-r--r--tests/JSONLDTests/toRdf-0080-in.jsonld23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/JSONLDTests/toRdf-0080-in.jsonld b/tests/JSONLDTests/toRdf-0080-in.jsonld
new file mode 100644
index 00000000..2d02e0ad
--- /dev/null
+++ b/tests/JSONLDTests/toRdf-0080-in.jsonld
@@ -0,0 +1,23 @@
+{
+ "@context": {
+ "vocab": "http://example.com/vocab/",
+ "label": {
+ "@id": "vocab:label",
+ "@container": "@language"
+ },
+ "indexes": {
+ "@id": "vocab:index",
+ "@container": "@index"
+ }
+ },
+ "@id": "http://example.com/queen",
+ "label": [
+ "The Queen"
+ ],
+ "indexes":
+ [
+ "No",
+ "indexes",
+ { "@id": "asTheValueIsntAnObject" }
+ ]
+}