sourceOrganization constant

IriTerm const sourceOrganization

IRI for schema:sourceOrganization [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 sourceOrganization = IriTerm.prevalidated(
  'https://schema.org/sourceOrganization',
);