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

24 lines
375 B
Plaintext
Executable file

[
{
"@id": "http://example.com/queen",
"http://example.com/vocab/label":
[
{
"@value": "The Queen"
}
],
"http://example.com/vocab/index":
[
{
"@value": "No"
},
{
"@value": "indexes"
},
{
"@id": "http://json-ld.org/test-suite/tests/asTheValueIsntAnObject"
}
]
}
]