trpg/data/webs/root.json
austin b740431717
All checks were successful
studiorailgun/trpg/pipeline/head This commit looks good
breakout speech nodes from root
2024-12-30 15:08:40 -05:00

53 lines
1.2 KiB
JSON

{
"tag" : "root",
"nodes" : {
"2" : {
"id" : 2,
"name" : "Self"
},
"3" : {
"id" : 3,
"name" : "Person"
},
"4" : {
"id" : 4,
"name" : "Other"
},
"8" : {
"id" : 8,
"name" : "hat"
}
},
"relations" : {
"1" : {
"comment" : "The self is an instance of a person",
"id" : 1,
"name" : "instanceOf",
"parent" : 3,
"child" : 2
},
"3" : {
"comment" : "The other is an instance of a person",
"id" : 3,
"name" : "instanceOf",
"parent" : 3,
"child" : 4
},
"8" : {
"comment" : "hat is an instance of a concept",
"id" : 8,
"name" : "instanceOf",
"parent" : 0,
"parentWeb" : "concept",
"child" : 8
}
},
"anchors" : {
"self" : 2
},
"dependencies" : [
"./data/webs/linguistics/linguistics.json",
"./data/webs/philosophy/philosophy.json",
"./data/webs/qualia/qualia.json"
]
}