UOR State

IRI
https://uor.foundation/state/
Prefix
state:
Space
user
Comment
Parameterized address spaces, context management, binding lifecycle, and state transitions. The user-space overlay onto the kernel's read-only ring substrate.

Imports

  • https://uor.foundation/u/
  • https://uor.foundation/schema/
  • https://uor.foundation/type/
  • https://uor.foundation/partition/
  • https://uor.foundation/trace/
  • https://uor.foundation/morphism/
  • https://uor.foundation/cert/

Classes

NameIRISubclass OfDisjoint WithComment
Contexthttps://uor.foundation/state/Contexthttp://www.w3.org/2002/07/owl#Thinghttps://uor.foundation/state/Binding, https://uor.foundation/state/Frame, https://uor.foundation/state/TransitionA bounded set of populated UOR addresses. The parameter space for a resolution cycle. Contexts hold bindings that map addresses to datum values.
Bindinghttps://uor.foundation/state/Bindinghttp://www.w3.org/2002/07/owl#Thinghttps://uor.foundation/state/Context, https://uor.foundation/state/Frame, https://uor.foundation/state/TransitionThe association of a datum value with an address in a context. The write primitive: creating a binding populates an address.
Framehttps://uor.foundation/state/Framehttp://www.w3.org/2002/07/owl#Thinghttps://uor.foundation/state/Context, https://uor.foundation/state/Binding, https://uor.foundation/state/TransitionThe visibility boundary determining which bindings are in scope for a given resolution. A frame is a view into a context: it selects which bindings the resolver sees.
Transitionhttps://uor.foundation/state/Transitionhttp://www.w3.org/2002/07/owl#Thinghttps://uor.foundation/state/Context, https://uor.foundation/state/Binding, https://uor.foundation/state/FrameA state change: the transformation of one context into another through binding or unbinding. The sequence of transitions is the application's computation history.
SessionBoundaryTypehttps://uor.foundation/state/SessionBoundaryTypehttp://www.w3.org/2002/07/owl#ThingA typed controlled vocabulary for session boundary reasons. Each individual names a specific reason a context-reset boundary was triggered during a multi-turn session.
Sessionhttps://uor.foundation/state/Sessionhttp://www.w3.org/2002/07/owl#ThingA bounded sequence of RelationQuery/response pairs sharing a common state:Context. Sessions are the unit of coherent multi-turn reasoning in Prism.
BindingAccumulatorhttps://uor.foundation/state/BindingAccumulatorhttp://www.w3.org/2002/07/owl#ThingThe mutable accumulator that appends state:Binding instances to a state:Context as each RelationQuery resolves. Tracks monotonic reduction of aggregate free site space.
SessionBoundaryhttps://uor.foundation/state/SessionBoundaryhttp://www.w3.org/2002/07/owl#ThingMarks a context-reset event within a session stream. Records why the context was reset and provides a clean state:Context for subsequent queries.
GroundedContexthttps://uor.foundation/state/GroundedContexthttps://uor.foundation/state/ContextA context that has reached full saturation: σ = 1, freeRank = 0, S = 0, T_ctx = 0 (SC_4). The ground state of the type system. All subsequent queries resolve in O(1) via SC_5.
GroundingWitnesshttps://uor.foundation/state/GroundingWitnesshttp://www.w3.org/2002/07/owl#ThingStep-by-step evidence of the saturation process: records which bindings were applied, in what order, to reach full saturation.
DomainGroundingRecordhttps://uor.foundation/state/DomainGroundingRecordhttp://www.w3.org/2002/07/owl#ThingAn informational/monitoring record tracking the saturation progress of a specific domain within a context. Carries no formal authority — purely observational.
GroundingPhasehttps://uor.foundation/state/GroundingPhasehttp://www.w3.org/2002/07/owl#ThingA typed controlled vocabulary for the three phases of context saturation: Open (σ = 0), PartialGrounding (0 < σ < 1), and FullGrounding (σ = 1).
SharedContexthttps://uor.foundation/state/SharedContexthttps://uor.foundation/state/ContextA Context visible to more than one Session simultaneously. Holds a set of ContextLease instances that partition its site coordinates among active sessions. Lease disjointness (SR_9) prevents concurrent write conflicts.
ContextLeasehttps://uor.foundation/state/ContextLeasehttp://www.w3.org/2002/07/owl#Thinghttps://uor.foundation/state/Context, https://uor.foundation/state/Binding, https://uor.foundation/state/Frame, https://uor.foundation/state/TransitionA bounded, exclusive claim on a set of site coordinates within a SharedContext, held by exactly one Session. When the session closes or hits a SessionBoundary, the lease is released and its sites become available for re-leasing.
SessionCompositionhttps://uor.foundation/state/SessionCompositionhttp://www.w3.org/2002/07/owl#ThingRecords that a Session was formed by merging the binding sets of two or more predecessor sessions. Valid only if all predecessor binding sets pass the cross-session consistency check (SR_8). An invalid composition attempt produces a ContradictionBoundary on the target session.

Properties

NameKindFunctionalDomainRangeComment
addressObjecttruehttps://uor.foundation/state/Bindinghttps://uor.foundation/u/ElementThe UOR address being bound in this binding.
contentObjecttruehttps://uor.foundation/state/Bindinghttps://uor.foundation/schema/DatumThe datum value bound to the address in this binding.
boundTypeObjectfalsehttps://uor.foundation/state/Bindinghttps://uor.foundation/type/TypeDefinitionThe type under which this binding's datum is resolved.
timestampDatatypetruehttps://uor.foundation/state/Bindinghttp://www.w3.org/2001/XMLSchema#dateTimeThe time at which this binding was created.
bindingObjectfalsehttps://uor.foundation/state/Contexthttps://uor.foundation/state/BindingA binding held in this context.
capacityDatatypetruehttps://uor.foundation/state/Contexthttp://www.w3.org/2001/XMLSchema#positiveIntegerThe maximum number of bindings this context can hold.
contentAddressDatatypetruehttps://uor.foundation/state/Contexthttp://www.w3.org/2001/XMLSchema#stringThe content-derived address of this context, uniquely identifying its current state in the UOR address space.
wittLengthDatatypetruehttps://uor.foundation/state/Contexthttp://www.w3.org/2001/XMLSchema#positiveIntegerThe Witt level of this context's address space.
activeBindingsObjectfalsehttps://uor.foundation/state/Framehttps://uor.foundation/state/BindingThe bindings currently in scope for this frame.
contextObjecttruehttps://uor.foundation/state/Framehttps://uor.foundation/state/ContextThe context this frame is a view of.
constraintObjecttruehttps://uor.foundation/state/Framehttps://uor.foundation/type/ConstraintThe type:Constraint determining which bindings from the context are visible in this frame. The resolver applies this constraint to filter the context's binding set, producing the frame's active bindings. An absent constraint means all bindings are visible.
fromObjecttruehttps://uor.foundation/state/Transitionhttps://uor.foundation/state/ContextThe context before this transition.
toObjecttruehttps://uor.foundation/state/Transitionhttps://uor.foundation/state/ContextThe context after this transition.
addedBindingsObjectfalsehttps://uor.foundation/state/Transitionhttps://uor.foundation/state/BindingBindings added to the context in this transition.
removedBindingsObjectfalsehttps://uor.foundation/state/Transitionhttps://uor.foundation/state/BindingBindings removed from the context in this transition.
traceObjecttruehttps://uor.foundation/state/Transitionhttps://uor.foundation/trace/ComputationTraceThe computation trace recording the kernel operations that effected this state transition.
topologicalSnapshotObjecttruehttps://uor.foundation/state/Transitionhttps://uor.foundation/morphism/TopologicalDeltaA snapshot of topological invariants at this transition point.
sessionBindingsObjecttruehttps://uor.foundation/state/Sessionhttps://uor.foundation/state/ContextThe shared context holding all bindings accumulated across the queries in this session.
sessionQueriesDatatypetruehttps://uor.foundation/state/Sessionhttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerThe number of RelationQuery evaluations completed in this session.
aggregateSiteDeficitObjecttruehttps://uor.foundation/state/BindingAccumulatorhttps://uor.foundation/partition/FreeRankThe aggregate FreeRank deficit across all accumulated bindings: the total remaining free sites that have not yet been closed by resolution. Decreases monotonically as the session progresses.
accumulatedBindingsObjectfalsehttps://uor.foundation/state/BindingAccumulatorhttps://uor.foundation/state/BindingA binding accumulated by this accumulator from a resolved RelationQuery.
boundaryReasonDatatypetruehttps://uor.foundation/state/SessionBoundaryhttp://www.w3.org/2001/XMLSchema#stringA human-readable description of why this session boundary was triggered.
boundaryTypeObjecttruehttps://uor.foundation/state/SessionBoundaryhttps://uor.foundation/state/SessionBoundaryTypeThe typed reason category for this session boundary.
priorContextObjecttruehttps://uor.foundation/state/SessionBoundaryhttps://uor.foundation/state/ContextThe state:Context that was active before this boundary reset.
freshContextObjecttruehttps://uor.foundation/state/SessionBoundaryhttps://uor.foundation/state/ContextThe clean state:Context produced after this boundary reset, ready for subsequent queries.
groundingDegreeDatatypetruehttps://uor.foundation/state/Contexthttp://www.w3.org/2001/XMLSchema#decimalThe saturation degree σ ∈ \[0, 1\] of this context. Defined by SC_2: σ = (n − freeRank) / n.
contextTemperatureDatatypetruehttps://uor.foundation/state/Contexthttp://www.w3.org/2001/XMLSchema#decimalThe context temperature T_ctx ∈ \[0, ln 2\]. Defined by SC_1: T_ctx = freeRank × ln 2 / n. At σ = 1, T_ctx = 0.
isGroundedDatatypetruehttps://uor.foundation/state/Contexthttp://www.w3.org/2001/XMLSchema#booleanWhether this context has reached full saturation (σ = 1). Equivalent to freeRank = 0, S = 0, T_ctx = 0 per SC_4.
groundingPhaseObjecttruehttps://uor.foundation/state/Contexthttps://uor.foundation/state/GroundingPhaseThe current saturation phase of this context: Open, PartialGrounding, or FullGrounding.
groundingCertificateObjecttruehttps://uor.foundation/state/GroundedContexthttps://uor.foundation/cert/GroundingCertificateThe GroundingCertificate attesting that this context has reached full saturation.
witnessBindingObjectfalsehttps://uor.foundation/state/GroundingWitnesshttps://uor.foundation/state/BindingA binding that contributed to the saturation process, recorded in this GroundingWitness.
witnessStepDatatypetruehttps://uor.foundation/state/GroundingWitnesshttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerThe step index at which a particular binding was applied during the saturation process.
residualFreeCountDatatypetruehttps://uor.foundation/state/Contexthttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerThe number of free (unbound) sites remaining in this context. At saturation, residualFreeCount = 0.
groundedContextObjecttruehttps://uor.foundation/state/DomainGroundingRecordhttps://uor.foundation/state/GroundedContextThe GroundedContext that this DomainGroundingRecord monitors.
groundedDomainObjecttruehttps://uor.foundation/state/DomainGroundingRecordhttps://uor.foundation/type/TypeDefinitionThe domain within the context being tracked by this DomainGroundingRecord.
domainFreeCountDatatypetruehttps://uor.foundation/state/DomainGroundingRecordhttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerThe number of free sites remaining in the specific domain tracked by this DomainGroundingRecord.
leasedSitesObjecttruehttps://uor.foundation/state/ContextLeasehttps://uor.foundation/partition/FreeRankThe subset of sites claimed by this lease. Must be disjoint from all other active leases on the same SharedContext (SR_9).
leaseHolderObjecttruehttps://uor.foundation/state/ContextLeasehttps://uor.foundation/state/SessionThe Session that holds this lease.
leaseSetObjectfalsehttps://uor.foundation/state/SharedContexthttps://uor.foundation/state/ContextLeaseA currently active ContextLease on this SharedContext.
composedFromObjectfalsehttps://uor.foundation/state/SessionCompositionhttps://uor.foundation/state/SessionA predecessor session contributing bindings to this composition. Non-functional: one composition may merge two or more sessions.
compositionCompatibleDatatypetruehttps://uor.foundation/state/SessionCompositionhttp://www.w3.org/2001/XMLSchema#booleanWhether all predecessor binding sets passed the SR_8 consistency check. If false, the composition is invalid and must not be used as a session context.
compositionResultObjecttruehttps://uor.foundation/state/SessionCompositionhttps://uor.foundation/state/ContextThe merged Context produced by a valid composition. Only present when compositionCompatible = true.
towerConsistencyVerifiedDatatypetruehttps://uor.foundation/state/SessionCompositionhttp://www.w3.org/2001/XMLSchema#booleanWhether the LiftChain tower consistency check (SR_8 parametric extension) was performed across all Q_0 through Q_k levels. Required for compositions involving sessions at Q_1 or higher.

Named Individuals

NameTypePropertiesComment
ExplicitResethttps://uor.foundation/state/SessionBoundaryTypeThe caller explicitly requested a context reset. All accumulated bindings are discarded.
ConvergenceBoundaryhttps://uor.foundation/state/SessionBoundaryTypeThe session resolver determined that no further queries can reduce the aggregate site deficit.
ContradictionBoundaryhttps://uor.foundation/state/SessionBoundaryTypeA new query produced a type contradiction with an accumulated binding. Context must reset before resolution can continue.
Openhttps://uor.foundation/state/GroundingPhaseThe context has σ = 0: no bindings accumulated, all sites are free. The initial phase of every session.
PartialGroundinghttps://uor.foundation/state/GroundingPhaseThe context has 0 < σ < 1: some sites are pinned by accumulated bindings, but free sites remain. The accumulation phase.
FullGroundinghttps://uor.foundation/state/GroundingPhaseThe context has σ = 1: all sites are pinned, freeRank = 0. The ground state. All subsequent queries resolve in O(1) via SC_5.
ground_statehttps://uor.foundation/state/GroundedContext
  • groundingDegree: 1.0
  • contextTemperature: 0.0
  • isGrounded: true
  • residualFreeCount: 0
  • groundingPhase: https://uor.foundation/state/FullGrounding
The canonical ground-state witness: a GroundedContext at σ = 1, freeRank = 0, T_ctx = 0, S = 0 (SC_4). Demonstrates that full saturation is achievable and O(1) resolution (SC_5) is realized.