pub fn triples_schema() -> SchemaExpand description
Schema for the Triples table — the core knowledge representation.
Columns (16 total, v1.1.0):
triple_id: unique identifier (UUID string)subject,predicate,object: the RDF-like triplegraph: named graph / context URInamespace: partition key (user-defined string)layer: optional sub-partition (UInt8, 0 if unused)confidence: float64 confidence scoresource_document: provenance document pathsource_chunk_id: FK to ChunkTable for fine-grained provenanceextracted_by: agent/process that created this triplecreated_at: timestampcaused_by: triple_id of the causal predecessorderived_from: triple_id of the derivation sourceconsolidated_at: timestamp when consolidateddeleted: logical delete flag