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

11 lines
246 B
Plaintext
Executable file

[
{
"http://example.com/property": [ { "@value": "this is English", "@language": "en" } ],
"http://example.com/nested": [
{
"http://example.com/property": [ { "@value": "and this is a plain string" } ]
}
]
}
]