jsonld-ex/test/data/json-ld.org-test-suite/fromRdf-0016-out.jsonld

21 lines
282 B
Text
Raw Normal View History

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