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