outperform
The subject demonstrably exceeds the object on measurable criteria. Stronger than 'better than' — implies evidence.
proposed
Comparison/Ranking
outperform
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": "outperform",
"description": "The subject demonstrably exceeds the object on measurable criteria. Stronger than 'better than' — implies evidence"
}
atom id
0xb8f02c433f9c95f1e481b69f931081cd00a216b4db8bd1249b5046ba16d4c1c9
Semantics
Market patterncomparative — ranks subject against object
Use it
// tree-shakeable: only this predicate ships in your bundle
import { outperformId } from "@0xintuition/predicates/outperform";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.outperform; // 0xb8f02c433f9c95f1e481b69f931081cd00a216b4db8bd1249b5046ba16d4c1c9
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"outperform",
objectId,
);
// triple.predicateId === 0xb8f02c43… — resolved from the registry