organizer
The subject event is organized by the object person or organization.
proposed
Affiliation/Membership
organizer
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": "organizer",
"description": "The subject event is organized by the object person or organization"
}
atom id
0xfd41828cda1bfc93e82b9c99488e9a8de74496a195c67ae7419facae3c41c12f
Semantics
Market patternattributive — describes the subject
Recommended for
Classifications whose metadata vocabulary includes organizer:
Use it
// tree-shakeable: only this predicate ships in your bundle
import { organizerId } from "@0xintuition/predicates/organizer";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.organizer; // 0xfd41828cda1bfc93e82b9c99488e9a8de74496a195c67ae7419facae3c41c12f
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"organizer",
objectId,
);
// triple.predicateId === 0xfd41828c… — resolved from the registry