Files
my-vault/flight-wiki/SCHEMA.md
T

92 lines
2.8 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: Flight Wiki Schema
created: 2026-04-08
updated: 2026-04-08
type: schema
tags: [meta]
---
# Wiki Schema
## Domain
机场航班数据管理运营 — 涵盖航班运行数据的管理、运营、分析、系统建设。覆盖航班计划、实时动态、地面保障、旅客服务、空侧/陆侧运营数据全生命周期。
## Conventions
- 文件名:小写、中划线、无空格(如 `flight-data-system.md`
- 每个 wiki 页面以 YAML frontmatter 开头
- 使用 `[[wikilinks]]` 建立页面间链接(每页至少 2 个外部链接)
- 更新页面时同步更新 `updated` 日期
- 新页面必须添加到 `index.md` 对应版块
- 所有操作追加到 `log.md`
## Frontmatter
```yaml
---
title: 页面标题
created: YYYY-MM-DD
updated: YYYY-MM-DD
type: entity | concept | comparison | query | summary
tags: [从下方标签体系选取]
sources: [raw/articles/source-name.md]
---
```
## Tag Taxonomy(标签体系)
- 航班数据:flight-data, schedule, real-time, historical, passenger
- 系统建设:system, platform, database, api, integration
- 运营管理:operations, turnaround, gate, baggage, deicing, catering
- 旅客服务:fids, bag-trace, checkin, boarding, lounge
- 空侧运营:airside, runway, taxiway, apron, stands
- 陆侧运营:landside, curbside, parking, transit, ground-transport
- 合规与安全:safety, security, compliance, sms, audit
- 供应商:vendor, oem, integrator
- Metacomparison, timeline, glossary, draft, archived
## Page Thresholds(页面创建规则)
- **创建独立页面** 当一个实体/概念在 2+ 来源中被提及,或在一个来源中处于核心位置
- **追加到现有页面** 当来源提到已在覆盖范围内的内容
- **不建页面** 仅一次提及、细节性内容、或超出本领域的内容
- **拆分页面** 当页面超过 ~200 行时,拆分为子主题并交叉链接
- **归档页面** 内容完全被取代时,移至 `_archive/`
## Entity Pages(实体页面)
每个主要实体一页,包括:
- 概述 / 是什么
- 关键事实和数据
- 与其他实体的关系([[wikilinks]]
- 来源引用
## Concept Pages(概念页面)
每个概念/主题一页,包括:
- 定义 / 解释
- 当前知识状态
- 开放问题或争议
- 相关概念([[wikilinks]]
## Comparison Pages(对比页面)
并排分析,包括:
- 比较对象及原因
- 对比维度(表格格式优先)
- 结论或综合判断
- 来源
## Update Policy(更新政策)
新信息与现有内容冲突时:
1. 检查日期 — 新来源通常取代旧来源
2. 如确实矛盾,记录双方立场和日期、来源
3. 在 frontmatter 标记:`contradictions: [page-name]`
4. 在 lint 报告中标记待用户审核
## Glossary(术语表)
建设中涉及的英文缩写和术语,统一在 `concepts/glossary.md` 中解释。