streetAddress constant

IriTerm const streetAddress

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

The street address. For example, 1600 Amphitheatre Pkwy.

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

Implementation

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