UOR Content Addressing

IRI
https://uor.foundation/u/
Prefix
u:
Space
kernel
Comment
Content-addressable identifiers for ring elements. Each element carries a unique content-derived identifier.

Classes

NameIRISubclass OfDisjoint WithComment
Elementhttps://uor.foundation/u/Elementhttp://www.w3.org/2002/07/owl#ThingA content-addressable ring element. Each Element uniquely identifies a piece of content via its hash-derived identifier.

Properties

NameKindFunctionalDomainRangeComment
lengthDatatypetruehttps://uor.foundation/u/Elementhttp://www.w3.org/2001/XMLSchema#nonNegativeIntegerThe number of Braille glyphs in an address string.
addressesObjecttruehttps://uor.foundation/u/Elementhttp://www.w3.org/2002/07/owl#ThingThe datum that this address references. Inverse of schema:glyph.
digestDatatypetruehttps://uor.foundation/u/Elementhttp://www.w3.org/2001/XMLSchema#stringThe content hash of this address. Format: (blake3|sha256) colon followed by 64 lowercase hex characters. The algorithm prefix must match u:digestAlgorithm.
digestAlgorithmDatatypetruehttps://uor.foundation/u/Elementhttp://www.w3.org/2001/XMLSchema#stringThe hash algorithm used to produce u:digest. Allowed values: 'blake3' (primary), 'sha256' (secondary).
canonicalBytesDatatypetruehttps://uor.foundation/u/Elementhttp://www.w3.org/2001/XMLSchema#hexBinaryThe canonical byte serialisation of the addressed datum, per Amendment 43 section 2: header(k) || le_bytes(x, k+1). This is the exact byte string hashed to produce u:digest.
wittLengthDatatypetruehttps://uor.foundation/u/Elementhttp://www.w3.org/2001/XMLSchema#positiveIntegerThe Witt level n of this element. The element encodes a datum in R_n = Z/(2^n)Z.