parentItem constant

IriTerm const parentItem

parentItem [Expects: https://schema.org/Comment, https://schema.org/CreativeWork]

The parent of a question, answer or item in general. Typically used for Q/A discussion threads e.g. a chain of comments with the first comment being an {Article} or other {CreativeWork}. See also {comment} which points from something to a comment about it.

Can be used on: https://schema.org/Answer, https://schema.org/Comment, https://schema.org/Question

Implementation

static const parentItem = IriTerm.prevalidated(
  'https://schema.org/parentItem',
);