trpg/data/webs/root.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

102 lines
2.1 KiB
JSON

{
"tag" : "root",
"nodes" : {
"1" : {
"id" : 1,
"name" : "Name"
},
"2" : {
"id" : 2,
"name" : "Self"
},
"3" : {
"id" : 3,
"name" : "Person"
},
"4" : {
"id" : 4,
"name" : "Other"
},
"5" : {
"id" : 5,
"name" : "Quote"
},
"6" : {
"id" : 6,
"name" : "Conversation"
},
"7" : {
"id" : 7,
"name" : "CurrentConversation"
},
"8" : {
"id" : 8,
"name" : "Hat"
},
"10" : {
"id" : 10,
"name" : "concept"
}
},
"relations" : {
"1" : {
"id" : 1,
"name" : "instanceOf",
"parent" : 3,
"child" : 2
},
"2" : {
"id" : 2,
"name" : "instanceOf",
"parent" : 1,
"child" : 0,
"childWeb" : "bert"
},
"3" : {
"id" : 3,
"name" : "instanceOf",
"parent" : 3,
"child" : 4
},
"4" : {
"id" : 4,
"name" : "participantOf",
"parent" : 7,
"child" : 4
},
"5" : {
"id" : 5,
"name" : "participantOf",
"parent" : 7,
"child" : 2
},
"6" : {
"id" : 6,
"name" : "possessionOf",
"parent" : 2,
"child" : 9,
"childWeb" : "bert"
},
"7" : {
"id" : 7,
"name" : "instanceOf",
"parent" : 8,
"child" : 9,
"childWeb" : "bert"
},
"8" : {
"id" : 8,
"name" : "instanceOf",
"parent" : 10,
"child" : 8
}
},
"anchors" : {
"self" : 2,
"concept" : 10
},
"children" : [
"./data/webs/qualia/qualia.json",
"./data/webs/bert.json"
]
}