21 lines
387 B
Text
Executable file
21 lines
387 B
Text
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"
|
|
]
|
|
}
|
|
]
|