Identifier

Unique points of reference for the document.

Object
The object representation of the Thing Language.
String
A unique and persistent identifier for the record within the system's data set.
URL
The Uniform Resource Locator of an internet address.
Date
The date an item was published.
String
The Digital Object Identifier record locator.
String
The database that houses the record.
Datetime
The date the record was last accessed.
String
The ISBN number for the record.
String
The Unique ID of the record in a database system.
String
The Authority Document availability.
String
The title for the item.
String
The catalog_id of the item.
String
The place where a document was published.
URL
The full unique link to the item so it's traversable by that property.
Object
The company/entity that published the Authority Document.
{
	"identifier" : 
	{
		"@id" : "URL",
		"@type" : "Identifier",
		"availability" : "String",
		"catalogId" : "String",
		"database" : "String",
		"dateAccessed" : "Datetime",
		"doi" : "String",
		"elementId" : "String",
		"isbn" : "String",
		"language" : 
		{
			"@id" : "URL",
			"@type" : "Language",
			"elementId" : "String",
			"languageCodeAlpha2" : "String",
			"languageCodeAlpha3" : "String",
			"name" : "String"
		},
		"publicationPlace" : "String",
		"publishedDate" : "Date",
		"publisher" : 
		{
			"@id" : "URL",
			"@type" : "Publisher",
			"elementId" : "String",
			"name" : "String",
			"organization" : 
			{
				"@id" : "URL",
				"@type" : "Organization",
				"elementId" : "String",
				"name" : "String"
			},
			"person" : 
			{
				"@id" : "URL",
				"@type" : "Person",
				"elementId" : "String",
				"name" : "String"
			}
		},
		"title" : "String",
		"url" : "URL",
		"uuid" : "String"
	}
}
Visualized image