Publisher

The company/entity that published the Authority Document.

String
The name of the item or record.
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 Organization.
Object
The object representation of the Thing Person.
{
	"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"
		}
	}
}
Visualized image