trpg/data/webs/philosophy/knowledge/knowledge.json
austin e9dcfbc478
All checks were successful
studiorailgun/trpg/pipeline/head This commit looks good
conversational query work
2024-12-31 10:42:41 -05:00

24 lines
594 B
JSON

{
"tag" : "knowledge",
"nodes" : {
"0" : {
"comment" : "The concept of knowledge",
"id" : 0,
"name" : "knowledge"
},
"1" : {
"comment" : "The concept of the known",
"id" : 1,
"name" : "known"
},
"2" : {
"comment" : "The concept of the unknown",
"id" : 2,
"name" : "unknown"
}
},
"dependencies" : [
"./data/webs/philosophy/knowledge/ambiguity.json",
"./data/webs/philosophy/knowledge/learnable.json"
]
}