aboutsummaryrefslogtreecommitdiffstats
path: root/tests/JSONLDTests/toRdf-0084-in.jsonld
diff options
context:
space:
mode:
Diffstat (limited to 'tests/JSONLDTests/toRdf-0084-in.jsonld')
-rw-r--r--tests/JSONLDTests/toRdf-0084-in.jsonld16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/JSONLDTests/toRdf-0084-in.jsonld b/tests/JSONLDTests/toRdf-0084-in.jsonld
new file mode 100644
index 00000000..c12bd7b2
--- /dev/null
+++ b/tests/JSONLDTests/toRdf-0084-in.jsonld
@@ -0,0 +1,16 @@
+{
+ "@context": {
+ "property": { "@id": "http://example.com/vocab/property", "@language": "de" },
+ "indexMap": { "@id": "http://example.com/vocab/indexMap", "@language": "en", "@container": "@index" }
+ },
+ "@id": "http://example.com/node",
+ "property": [
+ {
+ "@id": "http://example.com/propertyValueNode",
+ "indexMap": {
+ "expands to english string": "simple string"
+ }
+ },
+ "einfacher String"
+ ]
+}