21 lines
No EOL
260 B
Text
Executable file
21 lines
No EOL
260 B
Text
Executable file
{
|
|
"@context": {
|
|
"ex": "http://example.org/vocab#",
|
|
"ex:p1": {
|
|
"@type": "@id"
|
|
}
|
|
},
|
|
"@graph": [
|
|
{
|
|
"@id": "_:b0",
|
|
"ex:p1": [
|
|
{},
|
|
"_:b2"
|
|
]
|
|
},
|
|
{
|
|
"@id": "_:b2",
|
|
"ex:p1": {}
|
|
}
|
|
]
|
|
} |