26 lines
No EOL
338 B
Text
Executable file
26 lines
No EOL
338 B
Text
Executable file
{
|
|
"@context": {
|
|
"ex": "http://example.org/vocab#",
|
|
"ex:p1": {
|
|
"@type": "@id"
|
|
}
|
|
},
|
|
"@graph": [
|
|
{
|
|
"@id": "_:b1",
|
|
"ex:p1": "_:b3"
|
|
},
|
|
{
|
|
"@id": "_:b3",
|
|
"ex:p1": {}
|
|
},
|
|
{
|
|
"@id": "_:b5",
|
|
"ex:p1": "_:b6"
|
|
},
|
|
{
|
|
"@id": "_:b6",
|
|
"ex:p1": {}
|
|
}
|
|
]
|
|
} |