Attribution
The date in which an object was attributed to a Source.
{
"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"
}
}