Home Contact
Universal Substratev1.4
/
For agents Markdown

17. Semantic precision, evidence lanes, and knowledge state

The universal model must preserve what was observed, what somebody asserted, what software derived, and what a persona invented. It must also preserve who said it, when it applied, when RTracer learned it, how it was supported, and why a particular view…

Concept & directionLNK

The universal model must preserve what was observed, what somebody asserted, what software derived, and what a persona invented. It must also preserve who said it, when it applied, when RTracer learned it, how it was supported, and why a particular view accepted or rejected it. Without those distinctions, a popular story can silently become maintenance history and an imported registry error can overwrite physical evidence.

Four evidence lanes - observed, asserted, derived and creative - enter validation and are combined by an explicit trust policy into a policy-bound projection.
Picture 4

The ledger retains source statements; a view applies its own declared trust and privacy policy.

#17.1 Record families must not impersonate one another

Record familyWhat it meansMinimum proof boundary
ObservationA sensing or inspection activity produced a resultSensor/instrument, procedure, phenomenon, feature of interest, result time, valid time, quality and evidence
AssertionAn actor or source stated a propositionIssuer, subject, predicate/value, scope, source artifact, effective interval and authority context
Derived claimA reproducible method transformed inputs into an outputInput record IDs, algorithm/formula, model/software version, parameters, uncertainty and execution receipt
ClassificationA scheme assigned a term or classScheme/version, authority, jurisdiction, configuration/operation scope, decision basis and status
DecisionAn authorized actor selected a dispositionDecision maker, options, rule/criteria, inputs, time, scope and appeal/supersession path
State intervalA property held over a declared time spanState axis, start/end evidence, confidence, configuration and correction lineage
EventSomething bounded happenedParticipants, roles, valid/recorded time, place/privacy, cause links, outcome and evidence
Creative artifactA story, persona expression or synthetic media objectCanon/brief, generator/editor, disclosure, rights, source citations and prohibited factual promotions

#17.2 Orthogonal epistemic axes

AxisSeed vocabularyQuestion answered
Truth laneobserved; asserted; derived; creativeWhat kind of statement is this?
Knowledge stateknown; unknown; not_observed; not_measured; unavailable; withheld; redacted; disputed; indeterminate; not_applicableWhy is there or is there not a value?
Verification stateunverified; syntax_checked; integrity_checked; source_authenticated; authority_checked; corroborated; independently_reproduced; contestedWhat checks actually occurred?
Confidenceprobability, interval, ordinal assessment or explicitly unscoredHow strongly does the producer believe the claim?
Evidence coveragenone; partial; direct; indirect; compositeHow much of the proposition is supported by linked evidence?
Source rolemaker; owner; custodian; operator; maintainer; authority; insurer; organizer; sensor; witness; importer; analyst; AI systemWho produced it and in which role?
Statusdraft; active; superseded; retracted; rejected; quarantined; expiredHow should readers treat this record now?
Disclosurepublic; community; team; owner; technician; authority; escrow; private; sealedWho may receive the payload or a redacted projection?
Table
Confidence is not verification
A model may be highly confident and wrong. A signed source may be authentic and still mistaken. A regulator may be authoritative only inside one jurisdiction. Store each dimension separately; never compress them into one trust_score.

#17.3 Bitemporal and corrective semantics

Field / relationRequired meaning
valid_timeWhen the proposition or state applied in the world; may be an instant, interval or uncertain interval
recorded_atWhen RTracer accepted the record into custody; never backdated
source_created_atWhen the source artifact says it was created, with source clock and reliability
observed_at / result_timeWhen sensing occurred versus when a result became available
available_from / embargo_untilWhen a projection may expose the record
supersedesA later statement replaces a prior statement under a declared context without deleting it
correctsA later record fixes an error and states the corrected fields and reason
retractsIssuer withdraws support; the old record remains in history
disputesAnother actor challenges all or part of a record and supplies a basis
corroboratesIndependent evidence supports a bounded proposition; it does not automatically validate unrelated fields
derived_fromOutput depends on immutable inputs and a reproducible transformation
caused_by / contributed_toCausal hypothesis or established relation with strength, method and reviewer
Table
Canonical assertion - fields stay explicit
{
  "record_type": "rtracer.claim/facet-assertion@1",
  "subject_ref": "asset:kun-prague-workhorse",
  "predicate_ref": "rtracer.mobility.force_generator",
  "value_ref": "rtracer.force.driven_wheel",
  "truth_lane": "asserted",
  "knowledge_state": "known",
  "verification_state": ["source_authenticated"],
  "scope": {"configuration_ref": "cfg:kun:2026-07-22"},
  "valid_time": {"from": "2026-07-22T00:00:00Z"},
  "recorded_at": "2026-07-22T03:00:00Z",
  "issuer_ref": "party:maintainer-example",
  "evidence_refs": ["sha256:..."],
  "confidence": {"kind": "ordinal", "value": "high"},
  "visibility_policy_ref": "policy:owner-team"
}

#17.4 Trust-policy projection algorithm

  1. Select records by subject, valid time, recorded time, configuration, operation, jurisdiction and audience.
  2. Verify schema, vocabulary, digest, signature, custody and source resolution; quarantine malformed or untrusted artifacts.
  3. Apply authority scope: a source can be authentic but not authorized to establish that proposition.
  4. Group records by proposition and preserve support, contradiction, retraction, correction and uncertainty links.
  5. Apply the projection's declared source precedence and corroboration rules; never use an invisible global ranking.
  6. Produce a value, set of values, range, conflict, unknown state or withheld/redacted marker with an explanation graph.
  7. Attach the exact policy/version, input record IDs, as-of times and transformation receipt so the view can be rebuilt.