Knowledge Base Schema
對位 LLM Wiki 規範(Roland.W X 文章 + IMG_7107 Demo Vault 結構抽出)。
目錄結構
knowledge_base/
├── raw/sources/ # 100 篇原始研究筆記(Lyra 5/13-5/14 web research 累積)
├── wiki/
│ ├── entities/ # 實體:人物 / 工具 / 平台 / 書 / 課程
│ ├── concepts/ # 概念:方法論 / 風格紀律 / 理論框架
│ ├── comparisons/ # 比較:解世博 vs 其他流派 / ENSCON 商業對位
│ ├── queries/ # 提問:zero-shot test / 學員分群 / 推估題庫
│ ├── synthesis/ # 綜合:多 source 整合 / 推論 / 章節推估 / 技術設計
│ └── sources/ # (留空,跟 raw/sources/ 同義 — LLM Wiki 標準保留)
├── index.md # 知識庫索引
├── log.md # 更新日誌
├── overview.md # 解世博案 overview
├── purpose.md # 為什麼建這個知識庫
└── schema.md # 本檔
命名規則
- raw/sources/ 沿用原 wiki ID(001-100)
- wiki/{category}/INDEX.md 列該分類下所有節點
- 後續單一節點 wiki 用 slug 命名(kebab-case)
- 雙向連結
[[文件 slug]],Obsidian 自動 resolve
type → category map
| type (frontmatter) | category |
|---|---|
| book_listing / book_excerpt / audiobook / book_projection | entities |
| lecturer_profile / podcast_show / youtube_channel / facebook_fanpage | entities |
| course_series / course_module / course_distribution / youtube_video | entities |
| endorsements / client_industry / linkedin_profile | entities |
| personal_branding / visual_branding / timeline_speculation | entities |
| methodology_concept / methodology_detail / teaching_methodology | concepts |
| style_pattern / style_analysis / persona_constraint | concepts |
| corpus_pattern / content_columns / content_type_analysis | concepts |
| data_governance / discipline_extension | concepts |
| competitive_positioning / business_alignment / business_scope / business_strategy | comparisons |
| zero_shot_test_case / estimated_question / user_segmentation | queries |
| version_milestone / technical_design / technical_mapping | synthesis |
| technical_decision / technical_strategy / deployment_workflow | synthesis |
| book_chapter_projection / project_cadence / media_article | synthesis |
| marketing_messaging / branding_design / action_mapping / summary | synthesis |