Contributors

A collection of Contributor.

Object
A known Person or Organization who contributes to something.
{
	"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"
				}
			}
		}
	]
}
Visualized image