jsonld-ex/test/data/json-ld.org-test-suite/compact-0042-in.jsonld

16 lines
231 B
Text
Raw Normal View History

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