Skip to content

Commit c11b8a8

Browse files
Merge pull request #8 from haiyuan-eng-google/main
Move ontology reference documentation to docs/ontology/
2 parents 5a2145e + d25d853 commit c11b8a8

6 files changed

Lines changed: 11 additions & 0 deletions

File tree

docs/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ architecture, rationale, and implementation plans behind key SDK features.
2323
| [context_graph_v2_design.md](context_graph_v2_design.md) | Property Graph V2 design |
2424
| [context_graph_v3_design.md](context_graph_v3_design.md) | Property Graph V3 with GQL and world-change detection |
2525
| [ontology_graph_v4_design.md](ontology_graph_v4_design.md) | YAML-driven ontology extraction and materialization |
26+
| [learning_ontology_and_context_graph.md](learning_ontology_and_context_graph.md) | Learning guide for ontology and context graph |
27+
28+
## Ontology Reference
29+
30+
| Document | Description |
31+
|----------|-------------|
32+
| [ontology/ontology.md](ontology/ontology.md) | Ontology core design — logical ontology spec |
33+
| [ontology/binding.md](ontology/binding.md) | Binding design — attaching ontology to physical tables |
34+
| [ontology/compilation.md](ontology/compilation.md) | Compilation — resolving ontology + binding into backend DDL |
35+
| [ontology/cli.md](ontology/cli.md) | CLI design for the `gm` tool (validate, compile, import-owl) |
36+
| [ontology/owl-import.md](ontology/owl-import.md) | OWL import — converting OWL ontologies to YAML format |
2637

2738
## Deployment Surfaces
2839

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)