geographic coverage

The object representation of the type of geographic coverage for the Thing in question. This can be a country, continent, geographic area, any or all of them.

String
A unique and persistent identifier for the record within the system's data set.
String
This is the three digit country code.
Object
State, Territory or Province of an address.
URL
The full unique link to the item so it's traversable by that property.
String
The continent designator for the planet earth.
String
There are times when systems don't identify the continent a country is in, so they will list the geographical area.
Object
The object representation of the Thing Country.
{
	"geographicCoverage" : 
	{
		"@id" : "URL",
		"@type" : "GeographicCoverage",
		"continent" : "String",
		"country" : 
		{
			"@id" : "URL",
			"@type" : "Country",
			"elementId" : "String",
			"name" : "String"
		},
		"countryCodeAlpha3" : "String",
		"elementId" : "String",
		"geographicalArea" : "String",
		"stateTerritoryProvince" : 
		{
			"@type" : "StateTerritoryProvince",
			"name" : "String",
			"stateCode" : "String"
		}
	}
}
Visualized image