20 lines
No EOL
400 B
Text
Executable file
20 lines
No EOL
400 B
Text
Executable file
{
|
|
"@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"}
|
|
}
|
|
}]
|
|
} |