parent item
The subject comment or item is a reply to or child of the object item.
proposed
Curation/Containment
parentItem
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": "parent item",
"description": "The subject comment or item is a reply to or child of the object item"
}
atom id
0x26cb448e9daa4e54f247033c2b40741153f1b2b8ae2bd13033920c389314ee36
Semantics
Market patternattributive — describes the subject
Propertieshierarchical
Recommended for
Classifications whose metadata vocabulary includes parentItem:
Use it
// tree-shakeable: only this predicate ships in your bundle
import { parentItemId } from "@0xintuition/predicates/parentItem";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.parentItem; // 0x26cb448e9daa4e54f247033c2b40741153f1b2b8ae2bd13033920c389314ee36
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"parentItem",
objectId,
);
// triple.predicateId === 0x26cb448e… — resolved from the registry