evidenced by
The subject claim is supported by the object proof, data, or artifact.
proposed
Provenance/Evidence
evidencedBy
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": "evidenced by",
"description": "The subject claim is supported by the object proof, data, or artifact"
}
atom id
0xc21b0f944e2882cd9e0c1cf6a1622a9e2df2ee84b4e7d1c4ae9d9ac08fd94db2
Semantics
Market patternattributive — describes the subject
Use it
// tree-shakeable: only this predicate ships in your bundle
import { evidencedById } from "@0xintuition/predicates/evidencedBy";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.evidencedBy; // 0xc21b0f944e2882cd9e0c1cf6a1622a9e2df2ee84b4e7d1c4ae9d9ac08fd94db2
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"evidencedBy",
objectId,
);
// triple.predicateId === 0xc21b0f94… — resolved from the registry