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