novel-doomsday-resurgence/novel/ontology/characters.json

240 lines
5.0 KiB
JSON
Raw Normal View History

{
"characters": [
{
"id": "char_叶知秋",
"type": "Character",
"properties": {
"name": "叶知秋",
"file": "characters/叶知秋.md",
"age": "28",
"gender": "女",
"occupation": "公司文员"
}
},
{
"id": "char_顾国强",
"type": "Character",
"properties": {
"name": "顾国强",
"file": "characters/顾国强.md",
"age": "60",
"gender": "男",
"occupation": "大学退休教授",
"status": "已故5年"
}
},
{
"id": "char_顾长宇",
"type": "Character",
"properties": {
"name": "顾长宇",
"file": "characters/顾长宇.md",
"age": "32",
"gender": "男",
"occupation": "公司销售经理"
}
},
{
"id": "char_顾长风",
"type": "Character",
"properties": {
"name": "顾长风",
"file": "characters/顾长风.md",
"age": "35",
"gender": "男",
"occupation": "中学语文老师(表面)"
}
},
{
"id": "char_顾长晴",
"type": "Character",
"properties": {
"name": "顾长晴",
"file": "characters/顾长晴.md",
"age": "30",
"gender": "女",
"occupation": "外企主管"
}
},
{
"id": "char_刘婉清",
"type": "Character",
"properties": {
"name": "刘婉清",
"file": "characters/刘婉清.md",
"age": "68",
"gender": "女",
"occupation": "退",
"status": "已故(三天前?)"
}
},
{
"id": "char_张明远",
"type": "Character",
"properties": {
"name": "张明远",
"file": "characters/张明远.md",
"age": "45",
"gender": "男",
"occupation": "派出所所长"
}
}
],
"relationships": [
{
"from": "char_叶知秋",
"to": "char_顾长风",
"type": "mentioned"
},
{
"from": "char_叶知秋",
"to": "char_顾长风",
"type": "mentioned"
},
{
"from": "char_叶知秋",
"to": "char_陈婉清",
"type": "mentioned"
},
{
"from": "char_顾国强",
"to": "char_刘婉清",
"type": "mentioned"
},
{
"from": "char_顾国强",
"to": "char_顾长风",
"type": "mentioned"
},
{
"from": "char_顾国强",
"to": "char_顾长风",
"type": "son_of"
},
{
"from": "char_顾国强",
"to": "char_刘婉清",
"type": "wife_of"
},
{
"from": "char_顾长宇",
"to": "char_顾国强",
"type": "mentioned"
},
{
"from": "char_顾长宇",
"to": "char_刘婉清",
"type": "mentioned"
},
{
"from": "char_顾长宇",
"to": "char_顾长风",
"type": "mentioned"
},
{
"from": "char_顾长宇",
"to": "char_叶知秋",
"type": "mentioned"
},
{
"from": "char_顾长宇",
"to": "char_顾长晴",
"type": "mentioned"
},
{
"from": "char_顾长宇",
"to": "char_刘婉清",
"type": "mother_of"
},
{
"from": "char_顾长宇",
"to": "char_顾国强",
"type": "father_of"
},
{
"from": "char_顾长风",
"to": "char_顾国强",
"type": "mentioned"
},
{
"from": "char_顾长风",
"to": "char_刘婉清",
"type": "mentioned"
},
{
"from": "char_顾长风",
"to": "char_叶知秋",
"type": "mentioned"
},
{
"from": "char_顾长风",
"to": "char_刘婉清",
"type": "mother_of"
},
{
"from": "char_顾长风",
"to": "char_顾国强",
"type": "father_of"
},
{
"from": "char_顾长风",
"to": "char_叶知秋",
"type": "wife_of"
},
{
"from": "char_顾长晴",
"to": "char_顾国强",
"type": "mentioned"
},
{
"from": "char_顾长晴",
"to": "char_刘婉清",
"type": "mentioned"
},
{
"from": "char_顾长晴",
"to": "char_顾长风",
"type": "mentioned"
},
{
"from": "char_顾长晴",
"to": "char_叶知秋",
"type": "mentioned"
},
{
"from": "char_顾长晴",
"to": "char_刘婉清",
"type": "mother_of"
},
{
"from": "char_顾长晴",
"to": "char_顾国强",
"type": "father_of"
},
{
"from": "char_刘婉清",
"to": "char_顾国强",
"type": "mentioned"
},
{
"from": "char_刘婉清",
"to": "char_顾长风",
"type": "mentioned"
},
{
"from": "char_刘婉清",
"to": "char_顾长风",
"type": "son_of"
},
{
"from": "char_刘婉清",
"to": "char_顾国强",
"type": "husband_of"
},
{
"from": "char_张明远",
"to": "char_叶知秋",
"type": "mentioned"
}
]
}