20 lines
400 B
Text
20 lines
400 B
Text
|
{
|
||
|
"@graph": [{
|
||
|
"@id": "http://example/s0",
|
||
|
"http://example/p0": {"@id": "http://example/o0"}
|
||
|
},
|
||
|
{
|
||
|
"@id": "http://example/g",
|
||
|
"@graph": {
|
||
|
"@id": "http://example/s1",
|
||
|
"http://example/p1": {"@id": "http://example/o1"}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"@id": "_:g",
|
||
|
"@graph": {
|
||
|
"@id": "http://example/s2",
|
||
|
"http://example/p2": {"@id": "http://example/o2"}
|
||
|
}
|
||
|
}]
|
||
|
}
|