forked from
The subject was created as a divergent copy or branch of the object.
proposed
Authorship/Contribution
forkedFrom
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": "forked from",
"description": "The subject was created as a divergent copy or branch of the object"
}
atom id
0x641c5045928c2acb595c20421fa67b8a8d7ebba7e3d73d913e3ca5db9ee5fb7c
Semantics
Market patternattributive — describes the subject
Use it
// tree-shakeable: only this predicate ships in your bundle
import { forkedFromId } from "@0xintuition/predicates/forkedFrom";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.forkedFrom; // 0x641c5045928c2acb595c20421fa67b8a8d7ebba7e3d73d913e3ca5db9ee5fb7c
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"forkedFrom",
objectId,
);
// triple.predicateId === 0x641c5045… — resolved from the registry