addressLocality constant

IriTerm const addressLocality

IRI for schema:addressLocality [Expects: https://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: https://schema.org/PostalAddress

Implementation

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