20 lines
No EOL
330 B
Text
Executable file
20 lines
No EOL
330 B
Text
Executable file
{
|
|
"@context": {
|
|
"ex": "http://example.org/terms#",
|
|
"ex:sees": {
|
|
"@type": "@id"
|
|
}
|
|
},
|
|
"@graph": [
|
|
{
|
|
"@id": "ex:node1",
|
|
"@type": "ex:Node",
|
|
"ex:sees": "ex:node2",
|
|
"ex:color": "blue"
|
|
}, {
|
|
"@id": "ex:node2",
|
|
"@type": "ex:Node",
|
|
"ex:sees": "ex:node1",
|
|
"ex:color": "red"
|
|
}]
|
|
} |