Predicates/Economic/Market

sponsored by

The subject event, project, or initiative receives financial sponsorship from the object entity.

proposed Economic/Market sponsoredBy

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": "sponsored by",
  "description": "The subject event, project, or initiative receives financial sponsorship from the object entity"
}
atom id 0x80d43f1c53058ddeba0daea68c239900133bc08ff1dec845c424190ff36c5f9e

Semantics

Market patternattributive — describes the subject

Recommended for

Classifications whose metadata vocabulary includes sponsoredBy:

Use it

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

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

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