addressCountry constant

IriTerm const addressCountry

IRI for schemahttp:addressCountry [Expects: http://schema.org/Country, http://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: http://schema.org/DefinedRegion, http://schema.org/GeoCoordinates, http://schema.org/GeoShape, http://schema.org/PostalAddress

Implementation

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