department constant

IriTerm const department

department [Expects: http://schema.org/Organization]

A relationship between an organization and a department of that organization, also described as an organization (allowing different urls, logos, opening hours). For example: a store with a pharmacy, or a bakery with a cafe.

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

Implementation

static const department = IriTerm.prevalidated(
  'http://schema.org/department',
);