streetAddress constant

IriTerm const streetAddress

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

The street address. For example, 1600 Amphitheatre Pkwy.

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

Implementation

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