confirmed by
The subject claim is independently corroborated by the object source or evidence.
proposed
Provenance/Evidence
confirmedBy
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": "confirmed by",
"description": "The subject claim is independently corroborated by the object source or evidence"
}
atom id
0x0f9fb9c6c471eab616ee164bd2d77e3a3913309a062e533cf3d5051b2678ef52
Semantics
Market patternattributive — describes the subject
Use it
// tree-shakeable: only this predicate ships in your bundle
import { confirmedById } from "@0xintuition/predicates/confirmedBy";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.confirmedBy; // 0x0f9fb9c6c471eab616ee164bd2d77e3a3913309a062e533cf3d5051b2678ef52
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"confirmedBy",
objectId,
);
// triple.predicateId === 0x0f9fb9c6… — resolved from the registry