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