replaced by
The subject has been fully substituted by the object. Stronger than 'deprecated by' — implies the subject is no longer active.
proposed
Temporal/Lifecycle
replacedBy
Proposed — in the registry with a stable definition and a deterministic ID, but not yet promoted to the enshrined set. Semantics may still be refined before promotion.
Identity
A predicate is itself an atom. Its ID is derived from these exact bytes — the same value in your app, in anyone else's, and onchain.
{
"@context": "https://schema.org/",
"@type": "DefinedTerm",
"name": "replaced by",
"description": "The subject has been fully substituted by the object. Stronger than 'deprecated by' — implies the subject is no longer active"
}
atom id
0x87cfb9ef0491c4823a57e9f61c1c705a0d2030b44bc0a08839c1a32510141ca7
Semantics
Market patternattributive — describes the subject
Use it
// tree-shakeable: only this predicate ships in your bundle
import { replacedById } from "@0xintuition/predicates/replacedBy";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.replacedBy; // 0x87cfb9ef0491c4823a57e9f61c1c705a0d2030b44bc0a08839c1a32510141ca7
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"replacedBy",
objectId,
);
// triple.predicateId === 0x87cfb9ef… — resolved from the registry