globalLocationNumber constant

IriTerm const globalLocationNumber

IRI for schema:globalLocationNumber [Expects: https://schema.org/Text]

The Global Location Number (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations.

Can be used on: https://schema.org/Organization, https://schema.org/Person, https://schema.org/Place

Implementation

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