affiliated with
A general association between the subject and object entities without implying employment or membership.
proposed
Affiliation/Membership
affiliatedWith
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": "affiliated with",
"description": "A general association between the subject and object entities without implying employment or membership"
}
atom id
0x65711e57db67c836afd7bdfe80b5b0d1021a83c2623c9f2dab85af5cd7d8106f
Semantics
Market patterndepositional — conviction accrues by staking
Propertiessymmetric
Recommended for
Classifications whose metadata vocabulary includes affiliatedWith:
Use it
// tree-shakeable: only this predicate ships in your bundle
import { affiliatedWithId } from "@0xintuition/predicates/affiliatedWith";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.affiliatedWith; // 0x65711e57db67c836afd7bdfe80b5b0d1021a83c2623c9f2dab85af5cd7d8106f
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"affiliatedWith",
objectId,
);
// triple.predicateId === 0x65711e57… — resolved from the registry