schemaSourceOrganization constant

IriTerm const schemaSourceOrganization

sourceOrganization from schema vocabulary [Expects: https://schema.org/Organization]

The Organization on whose behalf the creator was working.

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

Implementation

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