listed in
The subject item appears as an entry within the object collection, stack, or curated list.
enshrined
Curation/Containment
listedIn
Enshrined — the object model is decided and the ID below is what every conforming app and the contract resolve.
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": "listed in",
"description": "The subject item appears as an entry within the object collection, stack, or curated list"
}
atom id
0x60669cfacc52e65837ecbd0ed02748075d00f6de64b0c9e3f2f97878fb5f6720
Semantics
Recommended for
Classifications whose metadata vocabulary includes listedIn:
Use it
// tree-shakeable: only this predicate ships in your bundle
import { listedInId } from "@0xintuition/predicates/listedIn";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.listedIn; // 0x60669cfacc52e65837ecbd0ed02748075d00f6de64b0c9e3f2f97878fb5f6720
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"listedIn",
objectId,
);
// triple.predicateId === 0x60669cfa… — resolved from the registry