subOrganization constant

IriTerm const subOrganization

subOrganization [Expects: https://schema.org/Organization]

A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific 'department' property.

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

Implementation

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