pagination constant
pagination [Expects: http://schema.org/Text]
Any description of pages that is not separated into pageStart and pageEnd; for example, "1-6, 9, 55" or "10-12, 46-49".
Can be used on: http://schema.org/Article, http://schema.org/Chapter, http://schema.org/PublicationIssue, http://schema.org/PublicationVolume
Implementation
static const pagination = IriTerm.prevalidated(
'http://schema.org/pagination',
);