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.
{
"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"
}
}
}