source | Object | true | Transform | Thing | The domain of the transform. |
target | Object | true | Transform | Thing | The codomain of the transform. |
preserves | Object | false | Transform | Thing | The structure preserved by this transform (if any). E.g., a ring homomorphism preserves addition and multiplication. |
preservesMetric | Object | false | Isometry | MetricObservable | The specific metric this isometry preserves. Points to observable:RingMetric or observable:HammingMetric. A transform that preserves both is an isometry of the full UOR geometry. A transform that preserves one but not the other has nontrivial curvature — observable:CurvatureObservable measures this gap. |
sourceQuantum | Datatype | true | Embedding | positiveInteger | The quantum level n of the source ring for an embedding. |
targetQuantum | Datatype | true | Embedding | positiveInteger | The quantum level n' of the target ring for an embedding. Must satisfy n' > n (embeddings go to larger rings). |
group | Object | true | Action | Group | The group acting in this group action. |
actingOn | Object | true | Action | Thing | The set being acted upon by this group action. |
actionIsometry | Datatype | true | Action | boolean | Whether every transform induced by this action is an isometry. True for the dihedral action on 𝒯_n (Frame Theorem). |
trace | Object | true | Transform | ComputationTrace | The computation trace that realized this transform at runtime. A Transform is an abstraction; a trace is the kernel's record of how it was executed via concrete operations. |
composesWith | Object | false | Transform | Transform | A transform that this transform can be composed with. The target of this transform must match the source of the composed transform. |
compositionResult | Object | true | Composition | Transform | The transform that results from this composition. |
compositionComponents | Object | false | Composition | Transform | A component transform of this composition. |
identityOn | Object | true | Identity | TypeDefinition | The type on which this identity transform acts. |
compositionOrder | Datatype | true | — | nonNegativeInteger | The number of component transforms in a composition. |
isAssociative | Datatype | true | CompositionLaw | boolean | Whether this composition law is associative. |
isCommutative | Datatype | true | CompositionLaw | boolean | Whether this composition law is commutative. |
lawComponents | Object | false | CompositionLaw | Operation | An operation that is a component of this composition law. |
lawResult | Object | true | CompositionLaw | Operation | The operation that results from this composition law. |
preservedInvariant | Object | true | Transform | Identity | The identity preserved by this transform (reference to the op:Identity that the transform commutes with). |
addressCoherence | Object | true | Embedding | Identity | Certificate that this embedding's addressing diagram commutes: glyph ∘ ι ∘ addresses is well-defined and injective. |
bettisBefore | Object | true | TopologicalDelta | BettiNumber | Betti numbers before the morphism. |
bettisAfter | Object | true | TopologicalDelta | BettiNumber | Betti numbers after the morphism. |
eulerBefore | Datatype | true | TopologicalDelta | integer | Euler characteristic before the morphism. |
eulerAfter | Datatype | true | TopologicalDelta | integer | Euler characteristic after the morphism. |
nerveBefore | Object | true | TopologicalDelta | SimplicialComplex | Constraint nerve (simplicial complex) before the morphism. |
nerveAfter | Object | true | TopologicalDelta | SimplicialComplex | Constraint nerve (simplicial complex) after the morphism. |
surfaceSymbol | Object | true | GroundingWitness | SurfaceSymbol | The surface symbol that is the source of this grounding witness. |
groundedAddress | Object | true | GroundingWitness | Element | The resolved ring address that is the target of this grounding witness. |
groundingDerivation | Object | true | GroundingMap | Derivation | The derivation witnessing the content-addressing computation that produced the grounded address from the surface symbol. |
symbolConstraints | Object | false | GroundingMap | Constraint | A typed attribute preserved by this grounding. Non-functional: one assertion per active constraint axis (vertical, horizontal, diagonal). |
projectionFrame | Object | true | ProjectionMap | Frame | The active frame — shared with the grounding that produced the query. The shared-frame condition (Surface Symmetry Theorem) requires G and P to reference the same frame. |
projectionSource | Object | true | ProjectionWitness | Partition | The resolved partition (address neighbourhood) that this projection witness projects back to surface symbols. |
projectionOrder | Object | true | ProjectionMap | CompositeConstraint | Ordering constraint determining the output symbol sequence. Domain-specific: syntactic position (NLP), row-major scan (ARC), temporal sequence (music). |
roundTripCoherence | Datatype | true | ProjectionMap | boolean | Completeness criterion: does projecting the grounded source address recover a symbol in the same type class as the input? True iff the shared-frame condition holds. |
groundingCertMap | Object | true | GroundingCertificate | GroundingMap | The GroundingMap used in this certified round-trip. |
groundingCertProjection | Object | true | GroundingCertificate | ProjectionMap | The ProjectionMap used in this certified round-trip. |
groundingCertSourceSymbol | Object | true | GroundingCertificate | Literal | The surface symbol that entered the grounding boundary. |
groundingCertAddress | Object | true | GroundingCertificate | Element | The ring address the symbol was grounded to. |
referencedCertificate | Object | true | ComputationDatum | TransformCertificate | The certificate this computation datum encodes. |
computationAddress | Object | true | ComputationDatum | Element | The content address of the referenced certificate. |
applicationTarget | Object | true | ApplicationMorphism | ComputationDatum | The computation being applied. |
applicationInput | Object | true | ApplicationMorphism | Datum | The input datum to the application. |
partialBase | Object | true | PartialApplication | ComputationDatum | The base computation being partially applied. |
boundArguments | Object | false | PartialApplication | Datum | The arguments already bound. |
compositionLeft | Object | true | TransformComposition | ComputationDatum | The outer function f in f ∘ g. |
compositionRight | Object | true | TransformComposition | ComputationDatum | The inner function g in f ∘ g. |
remainingArity | Datatype | true | PartialApplication | positiveInteger | Number of unbound arguments remaining. |
inputClass | Object | true | Transform | Class | The OWL class of inputs this transform accepts. Uses OWL2 punning so the value is a class IRI treated as an individual at this position. |
outputClass | Object | true | Transform | Class | The OWL class of outputs this transform produces. Uses OWL2 punning. |
outputElementClass | Object | true | ProjectionMap | Class | When outputClass is a sequence type, the OWL class of individual sequence elements. Uses OWL2 punning. |
hasWitness | Object | false | Transform | Witness | Zero or more witness pairs documenting specific input/output bindings of this transform. |
hasElement | Object | false | SymbolSequence | SequenceElement | Membership of a SymbolSequence. The sequence is reconstructed by sorting elements by elementIndex. |
elementValue | Object | true | SequenceElement | SurfaceSymbol | The surface symbol value of this sequence element. |
elementIndex | Datatype | true | SequenceElement | nonNegativeInteger | The zero-based position of this element in the sequence. |
projectionOutput | Object | true | ProjectionWitness | SymbolSequence | The single SymbolSequence produced by this projection witness. |