jsonld-ex/test/data/json-ld.org-test-suite/toRdf-0084-in.jsonld
2017-03-24 23:08:41 +01:00

17 lines
440 B
Plaintext
Executable file

{
"@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"
]
}