addressCountry constant

IriTerm const addressCountry

addressCountry [Expects: https://schema.org/Country, https://schema.org/Text]

The country. Recommended to be in 2-letter ISO 3166-1 alpha-2 format, for example "US". For backward compatibility, a 3-letter ISO 3166-1 alpha-3 country code such as "SGP" or a full country name such as "Singapore" can also be used.

Can be used on: https://schema.org/DefinedRegion, https://schema.org/GeoCoordinates, https://schema.org/GeoShape, https://schema.org/PostalAddress

Implementation

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