member of
The subject actor or entity holds membership in the object organization or group.
proposed
Affiliation/Membership
memberOf
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": "member of",
"description": "The subject actor or entity holds membership in the object organization or group"
}
atom id
0x4650825f3c0dfa4c4faef53e4ebb3de556ae356a4c1b1265de684766690a9c99
Semantics
Market patterndepositional — conviction accrues by staking
Propertieshierarchical
Recommended for
Classifications whose metadata vocabulary includes memberOf:
Use it
// tree-shakeable: only this predicate ships in your bundle
import { memberOfId } from "@0xintuition/predicates/memberOf";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.memberOf; // 0x4650825f3c0dfa4c4faef53e4ebb3de556ae356a4c1b1265de684766690a9c99
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"memberOf",
objectId,
);
// triple.predicateId === 0x4650825f… — resolved from the registry