Predicates/Authorship/Contribution

production company

The subject media work was produced by the object organization.

proposed Authorship/Contribution productionCompany

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": "production company",
  "description": "The subject media work was produced by the object organization"
}
atom id 0xb2a18c47b1fd2be0471997279089c2c0b2b7bdda39ee01b9f511e16081712a78

Semantics

Market patternattributive — describes the subject

Recommended for

Classifications whose metadata vocabulary includes productionCompany:

Use it

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

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

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