schemaWordCount constant

IriTerm const schemaWordCount

wordCount from schema vocabulary [Expects: https://schema.org/Integer]

The number of words in the text of the CreativeWork such as an Article, Book, etc.

Can be used on: https://schema.org/Article, https://schema.org/CreativeWork

Implementation

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