super event
The subject event is part of the object event.
proposed
Curation/Containment
superEvent
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": "super event",
"description": "The subject event is part of the object event"
}
atom id
0x7fdbe6f3dfdb1c26fb35f3fcd265d7962bc25f1a18b32fec1c2d65d5897495fe
Semantics
Market patternattributive — describes the subject
Propertiestransitive · hierarchical
Recommended for
Classifications whose metadata vocabulary includes superEvent:
Use it
// tree-shakeable: only this predicate ships in your bundle
import { superEventId } from "@0xintuition/predicates/superEvent";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.superEvent; // 0x7fdbe6f3dfdb1c26fb35f3fcd265d7962bc25f1a18b32fec1c2d65d5897495fe
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"superEvent",
objectId,
);
// triple.predicateId === 0x7fdbe6f3… — resolved from the registry