parentItem constant
IRI for schemahttp:parentItem [Expects: http://schema.org/Comment, http://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: http://schema.org/Answer, http://schema.org/Comment, http://schema.org/Question
Implementation
static const parentItem = IriTerm.prevalidated(
'http://schema.org/parentItem',
);