director
The subject media work was directed by the object person.
proposed
Authorship/Contribution
director
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": "director",
"description": "The subject media work was directed by the object person"
}
atom id
0xb5615fb82280ab71bcd06493b5028a5909b09288230a7eade6765b1095686c88
Semantics
Market patternattributive — describes the subject
Recommended for
Classifications whose metadata vocabulary includes director:
Use it
// tree-shakeable: only this predicate ships in your bundle
import { directorId } from "@0xintuition/predicates/director";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.director; // 0xb5615fb82280ab71bcd06493b5028a5909b09288230a7eade6765b1095686c88
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"director",
objectId,
);
// triple.predicateId === 0xb5615fb8… — resolved from the registry