Country

A nation with it's own government.

String
A unique and persistent identifier for the record within the system's data set.
String
This code that represents the currency of a Country.
Array
A collection of names.
String
This is the two digit country code.
String
This is the three digit country code.
URL
The full unique link to the item so it's traversable by that property.
Object
The object representation of the Thing CoreMetaData.
Context
The JSON-LD context for the item in question.
Integer
The United Nations ID number for an item.
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.
Boolean
A Boolean value for whether or not the country has been recognized officially by the United Nations.
{
	"Country" : 
	{
		"@context" : "https://grcschema.org/",
		"@id" : "URL",
		"@type" : "Country",
		"continent" : "String",
		"coreMetaData" : 
		{
			"@type" : "CoreMetaData",
			"checksum" : "String",
			"created" : 
			{
				"@type" : "Created",
				"organization" : 
				{
					"@id" : "URL",
					"@type" : "Organization",
					"elementId" : "String",
					"name" : "String"
				},
				"person" : 
				{
					"@id" : "URL",
					"@type" : "Person",
					"elementId" : "String",
					"name" : "String"
				},
				"timeStamp" : "Datetime"
			},
			"deprecatedBy" : "URL",
			"live" : "Boolean",
			"modified" : 
			{
				"@type" : "Modified",
				"organization" : 
				{
					"@id" : "URL",
					"@type" : "Organization",
					"elementId" : "String",
					"name" : "String"
				},
				"person" : 
				{
					"@id" : "URL",
					"@type" : "Person",
					"elementId" : "String",
					"name" : "String"
				},
				"timeStamp" : "Datetime"
			},
			"notes" : "String",
			"status" : "String",
			"supersededBy" : "URL",
			"validated" : "Integer"
		},
		"countryCodeAlpha2" : "String",
		"countryCodeAlpha3" : "String",
		"currencyCode" : "String",
		"elementId" : "String",
		"geographicalArea" : "String",
		"names" : 
		[
			{
				"name" : "String"
			}
		],
		"schemaVersion" : "1",
		"unId" : "Integer",
		"unRecognized" : "Boolean"
	}
}
Visualized image