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

14 lines
259 B
Plaintext
Executable file

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