trpg/data/webs/bert.json
austin ee5f4eab86
All checks were successful
studiorailgun/trpg/pipeline/head This commit looks good
initial pass at first query parsing
2024-12-29 20:52:42 -05:00

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" : [
]
}