31 lines
586 B
JSON
31 lines
586 B
JSON
{
|
|
"tag" : "bert",
|
|
"nodes" : {
|
|
"0" : {
|
|
"id" : 0,
|
|
"name" : "Bert"
|
|
},
|
|
"9" : {
|
|
"id" : 9,
|
|
"name" : "Bert's Hat"
|
|
}
|
|
},
|
|
"relations" : {
|
|
"0" : {
|
|
"id" : 0,
|
|
"name" : "nameOf",
|
|
"parent" : 0,
|
|
"child" : 2,
|
|
"childWeb" : "root"
|
|
},
|
|
"1" : {
|
|
"id" : 1,
|
|
"name" : "qualiaOf",
|
|
"parent" : 1,
|
|
"parentWeb" : "color",
|
|
"child" : 9
|
|
}
|
|
},
|
|
"children" : [
|
|
]
|
|
} |