Predicates/Authorship/Contribution

contributed to

The subject actor made a meaningful contribution to the object project, work, or entity.

proposed Authorship/Contribution contributedTo

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.

predicate atom data
{
  "@context": "https://schema.org/",
  "@type": "DefinedTerm",
  "name": "contributed to",
  "description": "The subject actor made a meaningful contribution to the object project, work, or entity"
}
atom id 0x88a77127ef88a3abe7130b47a11e90b1ddad8c66a36c6cc9456688143ee8977a

Semantics

Market patterndepositional — conviction accrues by staking

Use it

import
// tree-shakeable: only this predicate ships in your bundle
import { contributedToId } from "@0xintuition/predicates/contributedTo";

// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.contributedTo; // 0x88a77127ef88a3abe7130b47a11e90b1ddad8c66a36c6cc9456688143ee8977a
make a claim
import { buildTripleByName } from "@0xintuition/primitives/triple";

const { value: triple } = buildTripleByName(
	subjectId,
	"contributedTo",
	objectId,
);
// triple.predicateId === 0x88a77127… — resolved from the registry