Person

This describes a known person.

Email
Primary Electronic Mail address.
String
A unique and persistent identifier for the record within the system's data set.
URL
The full unique link to the item so it's traversable by that property.
Object
The object representation of the Thing CoreMetaData.
Array
A collection of Email objects.
Array
The various Internet locations that help disambiguate a person or organization, such as their FaceBook, LinkedIn, YouTube and Twitter Address.
Array
A collection of PhoneNumber. Which foreign key is used will be determined by the object the phone number is in.
Object
A collection of Language.
Context
The JSON-LD context for the item in question.
Array
An array of the object Postal Address.
Object
The object representation of the Thing Membership.
Object
The object representation of the Thing PersonName.
Object
The object representation of the Thing Disambiguated.
{
	"Person" : 
	{
		"@context" : "https://grcschema.org/",
		"@id" : "URL",
		"@type" : "Person",
		"coreMetaData" : 
		{
			"@type" : "CoreMetaData",
			"checksum" : "String",
			"created" : 
			{
				"@type" : "Created",
				"Person" : 
				{
					"@id" : "URL",
					"@type" : "Person",
					"elementId" : "String",
					"name" : "String"
				},
				"organization" : 
				{
					"@id" : "URL",
					"@type" : "Organization",
					"elementId" : "String",
					"name" : "String"
				},
				"timeStamp" : "Datetime"
			},
			"deprecatedBy" : "URL",
			"live" : "Boolean",
			"modified" : 
			{
				"@type" : "Modified",
				"Person" : 
				{
					"@id" : "URL",
					"@type" : "Person",
					"elementId" : "String",
					"name" : "String"
				},
				"organization" : 
				{
					"@id" : "URL",
					"@type" : "Organization",
					"elementId" : "String",
					"name" : "String"
				},
				"timeStamp" : "Datetime"
			},
			"notes" : "String",
			"status" : "String",
			"supersededBy" : "URL",
			"validated" : "Integer"
		},
		"disambiguated" : 
		{
			"@id" : "URL",
			"@type" : "Disambiguated",
			"elementId" : "String",
			"live" : "Boolean"
		},
		"elementId" : "String",
		"email" : "Email",
		"emailAddresses" : 
		[
			{
				"email" : "Email"
			}
		],
		"languages" : 
		{
			"@type" : "Languages",
			"language" : 
			{
				"@id" : "URL",
				"@type" : "Language",
				"elementId" : "String",
				"languageCodeAlpha2" : "String",
				"languageCodeAlpha3" : "String",
				"name" : "String"
			}
		},
		"membership" : 
		{
			"@type" : "Membership",
			"accountGroups" : 
			[
				{
					"accountGroup" : 
					{
						"@id" : "URL",
						"@type" : "AccountGroup",
						"elementId" : "String",
						"name" : "String"
					}
				}
			],
			"accountInitiatives" : 
			[
				{
					"accountInitiative" : 
					{
						"@id" : "URL",
						"@type" : "AccountInitiative",
						"elementId" : "String",
						"name" : "String"
					}
				}
			],
			"affiliations" : 
			[
				{
					"affiliation" : "String"
				}
			],
			"organizations" : 
			[
				{
					"organization" : 
					{
						"@id" : "URL",
						"@type" : "Organization",
						"elementId" : "String",
						"name" : "String"
					}
				}
			]
		},
		"personName" : 
		{
			"@id" : "URL",
			"@type" : "PersonName",
			"elementId" : "String",
			"name" : "String"
		},
		"phoneNumbers" : 
		[
			{
				"phoneNumber" : "String"
			}
		],
		"postalAddresses" : 
		[
			{
				"postalAddress" : 
				{
					"@type" : "PostalAddress",
					"address1" : "String",
					"address2" : "String",
					"city" : "String",
					"countryCodeAlpha3" : "String",
					"postalCode" : "String",
					"primary" : "String",
					"stateTerritoryProvince" : 
					{
						"@type" : "StateTerritoryProvince",
						"name" : "String",
						"stateCode" : "String"
					}
				}
			}
		],
		"schemaVersion" : "1",
		"socialAddresses" : 
		[
			{
				"socialAddress" : 
				{
					"@type" : "SocialAddress",
					"socialAccount" : "String",
					"socialType" : "String"
				}
			}
		]
	}
}
Visualized image