extendedAddress constant

IriTerm const extendedAddress

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

An address extension such as an apartment number, C/O or alternative name.

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

Implementation

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