中國歷史人物傳記資料庫 CBDB 若干表簡介

2022-08-30 16:09:20 字數 2765 閱讀 1774

'''

推薦使用sqlite版本的cbdb資料庫

推薦使用sqlite studio進行資料庫的操作

免費,視覺化操作,輕量級應用,無需配置,學習擴充套件性好,非常適合廣大歷史系學生.

'''

一 人物基本屬性:姓名,性別,生卒年,籍貫,任職

1.biog_main

.c_personid 人物id

.c_name 人名拼音

.c_name_chn 人名漢字

.c_index_year 人物指向年/盛年

.c_female 是否女性

.c_ethnicity_code 族屬**

.c_birth_age .c_death_age 出生年,死亡年

2.address

.c_addr_id 地名id

.c_name 地名拼音

.c_name_chn 地名漢字

.c_firstyear .c_lastyear 地名設定始末年

.c_admin_type 地名級別(拼音)

.x_coord x座標(經度)

.y_coord y座標(緯度)

.belongs1_id 地名一級目錄id

.belongs1_name 地名一級目錄名

3.office_codes

.c_office_id 官職id

.c_dy 朝代

.c_office_chn 官職中文名

另外,office_codes_conversion 提供官名的繁簡轉換

5.posted_to_office_data   提供人名與官名的關聯

.c_personid

.c_officeid

.c_postid

6.posted_to_addr_data  提供人名與官名以及任職地點的關聯

.c_personid

.c_office_id

.c_postid

.c_addr_id

biog_addr_data提供人物與地名的關聯

二. 人物的社會聯絡 非血緣關係和血緣關係

7.assoc_codes

.c_assoc_code 社會聯絡**

.c_assoc_desc_chn 社會聯絡中文描述

.c_assoc_type_id  社會聯絡類別id

8.assoc_types

.c_asspc_type_id  社會聯絡類別id

.c_assoc_type_desc_chn 社會聯絡類別描述

9.assoc_data

.c_personid  人物id

.c_asso_code  社會聯絡**

.c_kin_code  親屬關係**

.c_kin_id  親屬id

.c_asso_id  社會聯絡人id

.c_asso_kin_code ???未知

.c_sso_kin_id  ???未知

10.assoc_data

.c_personid  人物id

.c_asso_code  社會聯絡**

.c_kin_code  親屬關係**

.c_kin_id  親屬id

.c_asso_id  社會聯絡人id

.c_asso_kin_code ???未知

.c_sso_kin_id  ???未知

11.kinship_codes

.c_kin_code  親屬關係**

.c_kinrel_chn 親屬關係(中文名)

12.kin_data

.c_personid  人物id

.c_kin_id 親屬id

.c_kin_code 親屬關係**

13.social_insititution_name_codes

.c_inst_code 社會機構**

.c_inst_name_hz 社會機構中文名

biog_inst_data提供人物與社會機構的關聯

三. 人物的一般狀態

這個"狀態"很雜,可以說包括"是什麼","幹什麼的",'怎麼了'...具體不好描述,詳見以下兩表

14.status_data

15.status_codes

四.sql查詢示例:

1.查詢某時段任某官職的人物  此處是大致活躍在唐朝的刺史們

select

*from

biog_main,posted_to_office_data

where posted_to_office_data.c_office_id =

197and biog_main.c_personid =

posted_to_office_data.c_personid

and biog_main.c_index_year between

600and

900

2.查詢某地某時段全部人物  此處是出生在清代的蕭山人物

select c_personid,c_name_chn from

biog_addr_data,biog_main

where biog_addr_data.c_addr_id =

7689

and biog_main.c_birthyear between

1644

and1911

...待續

讀中國歷史

最近對很早以前買的 資治通鑑 興趣頗大,百家講談聽起來也是津津有味。中國歷史真是源源流長,回味起來別有滋味。唐太宗有言曰 以銅為鏡可以正衣冠,以人為鏡可以明得失,以古為鏡可以知興替 了解歷史,不僅可以豐富自身的談資,說不定還可以對自己的人生 家庭和事業有著積極的影響。想起中學歷史課上老師的一段中國歷...

中國歷史朝代表

中國歷史朝代表 夏 約前2071 約前1600 商 約前1600 約前1046 周 西周 前11世紀 前771 東周 前770 前771 春秋 前770 前256 戰國 前475 前221 秦 前221 前206 漢 西漢 前206 公元23 東漢 25 220 三國 魏 220 265 蜀 221...

《中國歷史2000問》讀後筆記

第一篇 泱泱中華,悠悠歷史 中國歷史概覽 1 民俗傳統 豐富多彩的魅力中國 龍的傳說,春節的由來.2 歷史傳承 五彩繽紛的中國古代文化 漢子的形成,官銜職稱.3 智慧型之光 中國歷史上耀眼的技術與發明 火藥,活字印刷術,指南針,造紙術.4 國學常識 燦爛輝煌的中國歷史奇葩 儒家思想,道家思想,墨家思...