Attribution

The date in which an object was attributed to a Source.

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
When a record was added.
Array
A collection of Contributor.
{
	"attribution" : 
	{
		"@id" : "URL",
		"@type" : "Attribution",
		"contributors" : 
		[
			{
				"contributor" : 
				{
					"@id" : "URL",
					"@type" : "Contributor",
					"elementId" : "String",
					"organization" : 
					{
						"@id" : "URL",
						"@type" : "Organization",
						"elementId" : "String",
						"name" : "String"
					},
					"person" : 
					{
						"@id" : "URL",
						"@type" : "Person",
						"elementId" : "String",
						"name" : "String"
					},
					"role" : 
					{
						"@id" : "URL",
						"@type" : "Role",
						"description" : "String",
						"elementId" : "String",
						"name" : "String"
					}
				}
			}
		],
		"dateAdded" : "Datetime",
		"elementId" : "String"
	}
}
Visualized image