marivo.ontology#

Optional typed ontology guidance layered over Marivo semantic identities.

Ontology is an optional contextual extension over the executable semantic catalog. It can suggest unscored Metric hypotheses through session.discover.semantic_hypotheses(...); it cannot define identity, joins, filters, readiness, SQL, or causal evidence. Use marivo.help("ontology.authoring") for the live authoring contract.

Catalog and identity#

OntologyCatalog

Immutable, bounded view of one optional project ontology.

SemanticEdgeRef

Sealed identity for one authored ontology assertion.

Authoring and loading#

influences

Author a directional, non-causal driver hypothesis.

related_to

Author a symmetric contextual relation between semantic refs.

load

Load and validate the optional project ontology against a semantic catalog.

Submodules#

marivo.ontology.errors

Typed ontology authoring, loading, and help errors.