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

21 lines
282 B
Plaintext
Executable file

[
{
"@id": "http://example.com/",
"http://example.com/list": [
{
"@list": [
{
"@value": "A"
},
{
"@value": "B"
},
{
"@value": "C"
}
]
}
]
}
]