schemahttpAuthor constant

IriTerm const schemahttpAuthor

author from schemahttp vocabulary [Expects: http://schema.org/Organization, http://schema.org/Person]

The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably.

Can be used on: http://schema.org/CreativeWork, http://schema.org/Rating

Implementation

static const schemahttpAuthor = IriTerm.prevalidated(
  'http://schema.org/author',
);