addressLocality constant

IriTerm const addressLocality

addressLocality [Expects: http://schema.org/Text]

The locality in which the street address is, and which is in the region. For example, Mountain View.

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

Implementation

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