featured in
The subject is showcased or editorially promoted within the object context.
proposed
Curation/Containment
featuredIn
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": "featured in",
"description": "The subject is showcased or editorially promoted within the object context"
}
atom id
0x04a664927399b5a46320379d93b7102bcc1c80e2cebbcca0df26e848e0883120
Semantics
Market patternattributive — describes the subject
Propertieshierarchical
Use it
// tree-shakeable: only this predicate ships in your bundle
import { featuredInId } from "@0xintuition/predicates/featuredIn";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.featuredIn; // 0x04a664927399b5a46320379d93b7102bcc1c80e2cebbcca0df26e848e0883120
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"featuredIn",
objectId,
);
// triple.predicateId === 0x04a66492… — resolved from the registry