Disambiguation Record ID

Represents a record of an object from an AuthoritySource.

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 AuthoritySource.
{
	"disambiguationRecordId" : 
	{
		"@id" : "URL",
		"@type" : "DisambiguationRecordId",
		"authoritySource" : 
		{
			"@id" : "URL",
			"@type" : "AuthoritySource",
			"abbreviation" : "String",
			"elementId" : "String",
			"name" : "String"
		},
		"elementId" : "String"
	}
}
Visualized image