Initial travel knowledge graph release

This commit is contained in:
2026-06-09 09:56:26 +08:00
commit 5f061295d8
402 changed files with 103877 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# 旅行社2.0测试 Schema
当前 active 版本:`2.3`
2.3 采纳内容:
- `Hotel``Restaurant` 独立 POI。
- `TravelItem` 只保留非 POI 服务/费用。
- `TravelItem.scenic_id` 挂主景区,景区费用项走 `ATTRACTION_HAS_ITEM`
- `Activity` 不再作为核心类型;扶梯/观光车/电瓶车/索道/游船统一归 `ScenicTransport`
- 默认资源绑定继续走关系属性,增加 `binding_id/resource_type/resource_id/product_id/day_index/route_stop_id`
- 行政区不单独建实体,保留 `region_id` 与行政区属性。