Files

47 lines
1.4 KiB
Plaintext
Raw Permalink Normal View History

2026-05-12 19:40:31 +09:00
---
config:
flowchart:
curve: linear
htmlLabels: true
useMaxWidth: true
look: handDrawn
theme: base
themeVariables:
fontFamily: '''Architects Daughter'', cursive'
fontSize: 20px
lineColor: '#FFAB91'
primaryBorderColor: '#143642'
primaryColor: '#FFF3E0'
primaryTextColor: '#372237'
---
graph TD;
__start__([<p>__start__</p>]):::first
Convert\20to\20Markdown(Convert to Markdown)
Chunk\20Text(Chunk Text)
Select\20Ontology(Select Ontology)
Bootstrap\20Ontology(Bootstrap Ontology)
Update\20Ontology(Update Ontology)
Normalize\20Ontology\20Updates(Normalize Ontology Updates)
Consolidate\20Ontology(Consolidate Ontology)
Render\20Facts(Render Facts)
Merge\20Facts(Merge Facts)
Serialize(Serialize)
__end__([<p>__end__</p>]):::last
Bootstrap\20Ontology --> Update\20Ontology;
Chunk\20Text --> Select\20Ontology;
Consolidate\20Ontology -.-> Render\20Facts;
Consolidate\20Ontology -.-> Serialize;
Convert\20to\20Markdown --> Chunk\20Text;
Merge\20Facts --> Serialize;
Normalize\20Ontology\20Updates --> Consolidate\20Ontology;
Render\20Facts --> Merge\20Facts;
Select\20Ontology -.-> Bootstrap\20Ontology;
Select\20Ontology -.-> Render\20Facts;
Select\20Ontology -.-> Update\20Ontology;
Update\20Ontology --> Normalize\20Ontology\20Updates;
__start__ --> Convert\20to\20Markdown;
Serialize --> __end__;
classDef default fill:#f2f0ff,line-height:1.2
classDef first fill-opacity:0
classDef last fill:#bfb6fc