jsonld-ex/test/data/json-ld.org-test-suite/flatten-0026-out.jsonld

22 lines
387 B
Text
Raw Normal View History

[
{
"@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"
]
}
]