44 lines
852 B
JSON
44 lines
852 B
JSON
{
|
|
"nodes" : {
|
|
"0" : {
|
|
"id" : 0,
|
|
"name" : "Bert"
|
|
},
|
|
"1" : {
|
|
"id" : 1,
|
|
"name" : "Name"
|
|
},
|
|
"2" : {
|
|
"id" : 2,
|
|
"name" : "Self"
|
|
},
|
|
"3" : {
|
|
"id" : 3,
|
|
"name" : "Person"
|
|
},
|
|
"4" : {
|
|
"id" : 4,
|
|
"name" : "ConversationParticipant"
|
|
}
|
|
},
|
|
"relations" : {
|
|
"0" : {
|
|
"id" : 0,
|
|
"name" : "Name",
|
|
"parent" : 0,
|
|
"child" : 2
|
|
},
|
|
"1" : {
|
|
"id" : 1,
|
|
"name" : "InstanceOf",
|
|
"parent" : 3,
|
|
"child" : 2
|
|
},
|
|
"2" : {
|
|
"id" : 2,
|
|
"name" : "InstanceOf",
|
|
"parent" : 1,
|
|
"child" : 0
|
|
}
|
|
}
|
|
} |