jsonld-ex/test/data/json-ld.org-test-suite/compact-0064-out.jsonld
2017-03-24 23:08:41 +01:00

17 lines
357 B
Plaintext
Executable file

{
"@context": {
"property": { "@id": "http://example.com/property", "@container": "@index" }
},
"@id": "http://example.com.com/",
"property": {
"first": {
"@language": "de",
"@value": "Deutsche Zeichenfolge in @index-map"
},
"second": {
"@language": "en",
"@value": "English string in @index-map"
}
}
}