verified by
The subject has been independently verified or validated by the object authority or process.
proposed
Provenance/Evidence
verifiedBy
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": "verified by",
"description": "The subject has been independently verified or validated by the object authority or process"
}
atom id
0x97595b96f80f7406dc05fa0d146170c56562dbd442add8c5696361738af0b8ee
Semantics
Market patternattributive — describes the subject
Use it
// tree-shakeable: only this predicate ships in your bundle
import { verifiedById } from "@0xintuition/predicates/verifiedBy";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.verifiedBy; // 0x97595b96f80f7406dc05fa0d146170c56562dbd442add8c5696361738af0b8ee
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"verifiedBy",
objectId,
);
// triple.predicateId === 0x97595b96… — resolved from the registry