Disambiguated

The schema representation of how a Thing has been disambiguated.

Boolean
A Boolean field of "live" (1::boolean) or "deprecated" (0::boolean).
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.
Datetime
The status date value.
Object
The object representation of the Thing CoreMetaData.
Object
An array of Authority Record IDs.
Context
The JSON-LD context for the item in question.
{
	"Disambiguated" : 
	{
		"@context" : "https://grcschema.org/",
		"@id" : "URL",
		"@type" : "Disambiguated",
		"authorityRecords" : 
		{
			"@type" : "AuthorityRecords",
			"disambiguationRecordId" : 
			{
				"@id" : "URL",
				"@type" : "DisambiguationRecordId",
				"authoritySource" : 
				{
					"@id" : "URL",
					"@type" : "AuthoritySource",
					"abbreviation" : "String",
					"elementId" : "String",
					"name" : "String"
				},
				"elementId" : "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"
		},
		"elementId" : "String",
		"live" : "Boolean",
		"schemaVersion" : "1",
		"statusDate" : "Datetime"
	}
}
Visualized image