reported
The subject has flagged the object for policy violation, spam, or harmful content.
proposed
Social/Reputation
reported
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": "reported",
"description": "The subject has flagged the object for policy violation, spam, or harmful content"
}
atom id
0x5fe378a93a7c49acb9e4e520a72622f55ce5973d73912a1c52457d5baddbd24a
Semantics
Market patterndepositional — conviction accrues by staking
Use it
// tree-shakeable: only this predicate ships in your bundle
import { reportedId } from "@0xintuition/predicates/reported";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.reported; // 0x5fe378a93a7c49acb9e4e520a72622f55ce5973d73912a1c52457d5baddbd24a
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"reported",
objectId,
);
// triple.predicateId === 0x5fe378a9… — resolved from the registry