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

13 lines
255 B
Plaintext
Executable file

{
"@context": {
"name": { "@id": "http://example.com/property", "@container": "@list" }
},
"@id": "http://example.com/node",
"http://example.com/property": {
"@list": [
"one item"
],
"@index": "an index"
}
}