derived from
The subject was produced by transforming, adapting, or building upon the object.
proposed
Authorship/Contribution
derivedFrom
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": "derived from",
"description": "The subject was produced by transforming, adapting, or building upon the object"
}
atom id
0xdaf3c3887d1b2b1056ff27fb2f7f37dcdc2bc63f5f15cc2f7f5c111a4de0180c
Semantics
Market patternattributive — describes the subject
Use it
// tree-shakeable: only this predicate ships in your bundle
import { derivedFromId } from "@0xintuition/predicates/derivedFrom";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.derivedFrom; // 0xdaf3c3887d1b2b1056ff27fb2f7f37dcdc2bc63f5f15cc2f7f5c111a4de0180c
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"derivedFrom",
objectId,
);
// triple.predicateId === 0xdaf3c388… — resolved from the registry