Introduction
When there is a change of who has physical possession of an object, but not who the legal owner of it is, that constitutes a change of custody rather than a change of ownership. This pattern includes use cases such as lending an object to another party for some amount of time, the theft of an object (as the legal owner does not change), and losing track of the location of an object.
Loans
The model makes a distinction between the transfer of legal ownership and the transfer of custody of an object (e.g. by losing the object or loaning it out for an exhibition). If the possession of the object is temporary, such that the object would be given back to the real owner at the end of that possession without what might be considered a sale or exchange, then it is a transfer of custody. Note that the provenance activity here does not represent the entire duration of the change in custody, only the transfer of it. Just like acquisitions, there would be a second provenance activity that would transfer the custody back to the original custodian or on to some other party.
Long term loans or even "permanent" loans are just open ended pairs of activities -- the object has had its custody transferred, and the object has not been returned yet.
In the model, these transfers of custody use a different class, TransferOfCustody
instead of Acquisition
. The properties that capture the parties and object involved are also different, although equivalent, to those of Acquisition
: transferred_custody_of
the object, transferred_custody_from
the previous custodian, and transferred_custody_to
the new custodian.
Example:
A sculpture is lent from one person to another, and then later returned.
{
"@context": "https://linked.art/ns/v1/linked-art.json",
"id": "https://linked.art/example/provenance/spring_aic/1",
"type": "Activity",
"_label": "Loan of Spring to AIC",
"classified_as": [
{
"id": "http://vocab.getty.edu/aat/300055863",
"type": "Type",
"_label": "Provenance Activity"
}
],
"part": [
{
"type": "TransferOfCustody",
"classified_as": [
{
"id": "http://vocab.getty.edu/aat/300417645",
"type": "Type",
"_label": "Loan"
}
],
"transferred_custody_of": [
{
"id": "https://linked.art/example/object/spring",
"type": "HumanMadeObject",
"_label": "Spring"
}
],
"transferred_custody_from": [
{
"id": "https://linked.art/example/group/getty",
"type": "Group",
"_label": "Getty Museum"
}
],
"transferred_custody_to": [
{
"id": "https://linked.art/example/group/aic",
"type": "Group",
"_label": "Art Institute of Chicago"
}
]
}
]
}
Which would typically be followed by a later return with the same form:
{
"@context": "https://linked.art/ns/v1/linked-art.json",
"id": "https://linked.art/example/provenance/spring_getty/1",
"type": "Activity",
"_label": "Return of Spring to Getty",
"classified_as": [
{
"id": "http://vocab.getty.edu/aat/300055863",
"type": "Type",
"_label": "Provenance Activity"
}
],
"part": [
{
"type": "TransferOfCustody",
"_label": "Return",
"classified_as": [
{
"id": "http://vocab.getty.edu/aat/300438467",
"type": "Type",
"_label": "Return of Loan"
}
],
"transferred_custody_of": [
{
"id": "https://linked.art/example/object/spring",
"type": "HumanMadeObject",
"_label": "Spring"
}
],
"transferred_custody_from": [
{
"id": "https://linked.art/example/group/aic",
"type": "Group",
"_label": "Art Institute of Chicago"
}
],
"transferred_custody_to": [
{
"id": "https://linked.art/example/group/getty",
"type": "Group",
"_label": "Getty Museum"
}
]
}
]
}
Institutional Ownership, Departmental Custody
Objects are owned by legal entities, such as museum organizations or individual people. However there may be more information about which department is responsible within a museum for the curation of the object. This is the division between acquisitions (the legal ownership of the object) and custody (the responsibility for looking after the object). If the department is known, then it should be either part of the Provenance Event in which the object is acquired, or a separate provenance event if the object was not accessioned by a department and later came under their care, or was transferred between departments. In these latter cases, the ownership does not change, only the custody of the object.
The department becomes the current_keeper
of the object, whereas the institution is the current_owner
, as described in the object section. The transfer model is otherwise identical to other transfers of custody.
Example:
Spring is acquired by the Getty, and custody given to the Paintings department.
{
"@context": "https://linked.art/ns/v1/linked-art.json",
"id": "https://linked.art/example/provenance/payneheirs_getty/2",
"type": "Activity",
"_label": "Purchase of Spring",
"classified_as": [
{
"id": "http://vocab.getty.edu/aat/300055863",
"type": "Type",
"_label": "Provenance Activity"
}
],
"part": [
{
"type": "Acquisition",
"_label": "Acquisition of Painting",
"transferred_title_of": [
{
"id": "https://linked.art/example/object/spring",
"type": "HumanMadeObject",
"_label": "Spring"
}
],
"transferred_title_from": [
{
"id": "https://linked.art/example/group/payne_heirs",
"type": "Group",
"_label": "Family of Oliver Payne"
}
],
"transferred_title_to": [
{
"id": "https://linked.art/example/group/getty",
"type": "Group",
"_label": "J. Paul Getty Museum"
}
]
},
{
"type": "TransferOfCustody",
"_label": "Custody by Department",
"transferred_custody_of": [
{
"id": "https://linked.art/example/object/spring",
"type": "HumanMadeObject",
"_label": "Spring"
}
],
"transferred_custody_from": [
{
"id": "https://linked.art/example/group/payne_heirs",
"type": "Group",
"_label": "Family of Oliver Payne"
}
],
"transferred_custody_to": [
{
"id": "https://linked.art/example/group/getty_ptgs",
"type": "Group",
"_label": "Paintings Department"
}
]
}
]
}
Theft and Loss
The theft of an object is also the (illegal) transfer of custody of the object, rather than a transfer of ownership. If the stolen object were recovered, then it would be restored to its owner. Stolen, or looted as a special case of theft, objects and their repatriation are an interesting and important part of the provenance of a work and frequently contested. A single theft event might involve stealing multiple objects, in the same way that the purchase of an auction lot might involve the acquisition of multiple objects for a combined payment.
An object being lost (as opposed to stolen) is the transfer of custody away from its current owner, without stating a recipient. In the future, if the object is discovered, the recipient might be able to be filled in. If the object is then returned to the owner, there would be the reverse transfer of custody from the party that found it. It might be that the owner simply loses track of it, and although it is still in their possession, they are not aware of it ... it has no custodian, but it has not moved and the owner still owns it.
Example:
The Mona Lisa was stolen from the Louvre in 1911 by Vincenzo Peruggia.
{
"@context": "https://linked.art/ns/v1/linked-art.json",
"id": "https://linked.art/example/provenance/mona_lisa_theft/1",
"type": "Activity",
"_label": "Theft of Mona Lisa",
"classified_as": [
{
"id": "http://vocab.getty.edu/aat/300055863",
"type": "Type",
"_label": "Provenance Activity"
}
],
"part": [
{
"type": "TransferOfCustody",
"classified_as": [
{
"id": "http://vocab.getty.edu/aat/300055292",
"type": "Type",
"_label": "Theft"
}
],
"transferred_custody_of": [
{
"id": "https://linked.art/example/object/monalisa",
"type": "HumanMadeObject",
"_label": "Mona Lisa"
}
],
"transferred_custody_from": [
{
"id": "https://linked.art/example/group/louvre",
"type": "Group",
"_label": "Louvre"
}
],
"transferred_custody_to": [
{
"id": "https://linked.art/example/person/peruggia",
"type": "Person",
"_label": "Vincenzo Peruggia"
}
]
}
]
}
Sale of Stolen or Looted Objects
If a stolen object is sold, then that purchase is actually just a transfer of custody in exchange for money (or other payment). Typically, of course, the nature of that transaction is not discovered until long after the fact. This can then have many effects on the provenance record for the object as suddenly many acquisitions would be retroactively changed to being transfers of custody. This updating of the historical record is necessary without going to great lengths to model the belief that an acquisition is legal for the vast majority of cases when it is, indeed, legal in order to allow that belief to be incorrect for the few times when it is not.
Example:
A painting by Joseph Henry Sharp, "Cheyenne Oklahoma", was stolen from the Harwood Museum in Taos, New Mexico and then sold (at auction) for $52,650 to an undisclosed buyer.
{
"@context": "https://linked.art/ns/v1/linked-art.json",
"id": "https://linked.art/example/provenance/sharp_sale/1",
"type": "Activity",
"_label": "Purchase of Stolen Painting",
"classified_as": [
{
"id": "http://vocab.getty.edu/aat/300055863",
"type": "Type",
"_label": "Provenance Activity"
}
],
"part": [
{
"type": "TransferOfCustody",
"_label": "Sale of Painting",
"classified_as": [
{
"id": "http://vocab.getty.edu/aat/300438484",
"type": "Type",
"_label": "sale of stolen goods"
}
],
"transferred_custody_of": [
{
"id": "https://linked.art/example/object/cheyenne",
"type": "HumanMadeObject",
"_label": "Cheyenne Oklahoma"
}
],
"transferred_custody_from": [
{
"id": "https://linked.art/example/person/alter",
"type": "Person",
"_label": "Jerry Alter"
}
]
},
{
"type": "Payment",
"paid_amount": {
"type": "MonetaryAmount",
"_label": "Payment to Thief",
"value": 52650,
"currency": {
"id": "http://vocab.getty.edu/aat/300411994",
"type": "Currency",
"_label": "US Dollars"
}
},
"paid_to": [
{
"id": "https://linked.art/example/person/alter",
"type": "Person",
"_label": "Jerry Alter"
}
]
}
]
}
Exhibitions
Exhibitions are a common way that the custody of an object changes, while the ownership remains the same. Exhibitions are described in more detail here.