factn
factn is a term used in knowledge representation to denote an individual factual assertion stored in a data system. The notation emphasizes indexing, with n representing a distinct fact within a collection. A factn is intended to be an atomic unit of information that can be stored, queried, versioned, and traced for provenance.
A typical factn comprises a subject, a predicate (relation), an object, and optional metadata such as a
Example: fact12 = (Earth, orbits, Sun). This illustrates a simple, time-agnostic factn. A time-annotated example could be
Uses and significance: factn concepts support modular data assembly in knowledge graphs, enabling clear versioning, provenance
See also: fact, assertion, knowledge graph, provenance, versioning, data integrity.