trpg/data/webs/root.json
austin f3f9711340
All checks were successful
studiorailgun/trpg/pipeline/head This commit looks good
rename dependencies of knowledge web var
2024-12-30 14:45:13 -05:00

79 lines
1.9 KiB
JSON

{
"tag" : "root",
"nodes" : {
"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"
}
},
"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
},
"4" : {
"comment" : "The current conversation has the other as a participant",
"id" : 4,
"name" : "participantOf",
"parent" : 7,
"child" : 4
},
"5" : {
"comment" : "The current conversation has the self as a participant",
"id" : 5,
"name" : "participantOf",
"parent" : 7,
"child" : 2
},
"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"
]
}