Skip to main content

Module catalog

Module catalog 

Source
Expand description

RuntimeCatalog — auto-growing registry of observed entity types, relation types, and property names for GraphForge’s progressive ontology model.

In exploratory and advisory modes the binder delegates unknown label/type resolution here. The catalog auto-assigns integer IDs and records observations so that cross-session stability is achieved by persisting to topology/runtime_catalog.parquet.

Structs§

RuntimeCatalog
Auto-growing registry of observed entity types, relation types, and property names.
RuntimePropId
Identifies a property discovered at runtime (not formally declared in an ontology).
RuntimeTypeId
Identifies an entity or relation type discovered at runtime.

Statics§

RUNTIME_CATALOG_SCHEMA
Arrow schema for topology/runtime_catalog.parquet.

Functions§

runtime_relation_type_id
Encode one runtime-catalog relation ID in the plan TypeId space.