init: KG_ICH 项目初始化

- data/: 非遗地理编码数据(GIS shapefile + CSV)
- dofile/kg_project/: 知识图谱构建代码(纳入主仓库)
- dofile/visulization/: 可视化数据与路线图
- officefile/: 文献、草稿、bib 文档
- officefile/latex/: Overleaf 同步目录(独立管理,不纳入)
- output/: 输出目录
- logs/: 日志目录
This commit is contained in:
2026-05-30 00:52:36 +08:00
commit 834cad729f
44 changed files with 8586 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
id,name,type
1,张三,Person
2,李四,Person
3,Neo4j,Tool
4,知识图谱,Project
1 id name type
2 1 张三 Person
3 2 李四 Person
4 3 Neo4j Tool
5 4 知识图谱 Project