pr4xis 0.29.0

Axiomatic Intelligence — an ontology + category-theory reasoning engine: every claim derived from explicit axioms, with a proof path back to them
Documentation
1
2
3
4
5
6
7
8
9
//! Provenance — the substrate ontology grounding `ontology/meta.rs`.
//!
//! Names the W3C PROV-O (2013) concepts (Artifact, Activity, Agent,
//! Source, Citation, …) that core's `Provenance.citation` and
//! `Provenance.module_path` fields realise.

pub mod ontology;

pub use ontology::{IsProvOCore, ProvenanceCategory, ProvenanceConcept, ProvenanceOntology};