in playlist
The subject music recording appears in the object music playlist.
proposed
Curation/Containment
inPlaylist
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": "in playlist",
"description": "The subject music recording appears in the object music playlist"
}
atom id
0x856778688c9df8fb8be4fd949a52269b3aecfeb980d948e6fe362f8adba789d6
Semantics
Market patternattributive — describes the subject
Recommended for
Classifications whose metadata vocabulary includes inPlaylist:
Use it
// tree-shakeable: only this predicate ships in your bundle
import { inPlaylistId } from "@0xintuition/predicates/inPlaylist";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.inPlaylist; // 0x856778688c9df8fb8be4fd949a52269b3aecfeb980d948e6fe362f8adba789d6
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"inPlaylist",
objectId,
);
// triple.predicateId === 0x85677868… — resolved from the registry