trpg/data/webs/root.json
austin aecfd4666c
All checks were successful
studiorailgun/trpg/pipeline/head This commit looks good
move self to philosophy
2024-12-30 15:29:13 -05:00

36 lines
861 B
JSON

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