schemaPublisher constant

IriTerm const schemaPublisher

publisher from schema vocabulary [Expects: https://schema.org/Organization, https://schema.org/Person]

The publisher of the article in question.

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

Implementation

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