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

21 lines
314 B
Plaintext
Executable file

[
{
"@id": "http://example.com/a",
"@type": [
"http://example.com/b"
]
},
{
"@id": "http://example.com/c",
"@type": [
"http://example.com/d",
"http://example.com/e"
]
},
{
"@id": "http://example.com/f",
"@type": [
"http://example.com/g"
]
}
]