schemaSponsor constant

IriTerm const schemaSponsor

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

A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.

Can be used on: https://schema.org/CreativeWork, https://schema.org/Event, https://schema.org/Grant, https://schema.org/MedicalStudy, https://schema.org/Organization, https://schema.org/Person

Implementation

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