schemaProvider constant

IriTerm const schemaProvider

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

The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller.

Can be used on: https://schema.org/Action, https://schema.org/CreativeWork, https://schema.org/EducationalOccupationalProgram, https://schema.org/FinancialIncentive, https://schema.org/Invoice, https://schema.org/ParcelDelivery, https://schema.org/Reservation, https://schema.org/Service, https://schema.org/Trip

Implementation

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