Table of Contents
Introduction
While owned, the object is typically looked after and activities take place that affect it or try to preserve it. Whether these activities can be formally considered 'curation' is a very subjective and potentially controversial opinion, and we make no distinction between individual owners, art dealers, museums and galleries, or any other party that takes actions while owning an object.
Ownership
Provenance activities exist in a larger context -- the ownership of the object by individuals, and the set of all owners. Some events may only be linked to the owner, and hence be part of the ownership period with no further information available as to who carried them out or when they took place.
Individual Owners
Between acquisitions, the object is owned and, presumably, looked after by its owner. This activity of looking after the object (aat:300054277) is modeled as a continuation of the ownership chain which is punctuated by the acquisition activities.
{ "@context": "https://linked.art/ns/v1/linked-art.json", "id": "https://linked.art/example/activity/55", "type": "Phase", "label": "Ownership of the Painting", "relationship": "current_owner", "initiated_by": [ { "id": "https://linked.art/example/activity/56", "type": "Acquisition", "label": "Acquisition of Painting by Owner", "transferred_title_of": [ {"id": "https://linked.art/example/object/77","type": "ManMadeObject"} ], "transferred_title_to": [ { "id": "https://linked.art/example/person/28", "type": "Person", "label": "Someone Else" } ] } ], "phase_of": { "id": "https://linked.art/example/object/77", "type": "ManMadeObject" }, "related_entity": { "id": "https://linked.art/example/person/28", "type": "Person", "label": "Someone Else" }, "terminated_by": [ { "id": "https://linked.art/example/activity/57", "type": "Acquisition", "label": "Owner gives Painting to someone else", "transferred_title_of": [ {"id": "https://linked.art/example/object/77","type": "ManMadeObject"} ], "transferred_title_from": [ { "id": "https://linked.art/example/person/28", "type": "Person", "label": "Someone Else" } ] } ] }
JSON-LD (Raw) | JSON-LD (Playground) | Turtle (Raw) | Turtle (Styled)
Taking Inventory
One such activity is taking inventory (aat:300077506) by the owner of all their objects, including the one being described. This is routinely carried out by art dealers, collectors or museums, in order to ensure that they still have custody of all of the objects that they believe they do. This establishes the existence and presence of the object at a certain place and time, and is thus useful in tracking the object through history.
{ "@context": "https://linked.art/ns/v1/linked-art.json", "id": "https://linked.art/example/activity/58", "type": "Phase", "label": "Ownership of the Painting", "part": [ { "id": "https://linked.art/example/activity/59", "type": "Activity", "label": "Inventory Taking by Owner", "classified_as": [ { "id": "http://vocab.getty.edu/aat/300077506", "type": "Type", "label": "Inventorying" } ] } ] }
JSON-LD (Raw) | JSON-LD (Playground) | Turtle (Raw) | Turtle (Styled)
Lifetime of Object
The entire provenance of an object (aat:300055863) is also an activity, that consists of all of all of the above events, from production through to destruction or the present day ownership. All of the transfers of ownership and the resulting ownership periods are included, giving a single place to associate and thereby discover the events.
{ "@context": "https://linked.art/ns/v1/linked-art.json", "id": "https://linked.art/example/activity/60", "type": "Phase", "label": "Lifetime of Painting", "part": [ { "id": "https://linked.art/example/activity/61", "type": "Production", "produced": [ {"id": "https://linked.art/example/object/78","type": "ManMadeObject"} ] }, { "id": "https://linked.art/example/activity/62", "type": "Phase", "label": "Ownership by Artist" }, { "id": "https://linked.art/example/activity/63", "type": "Acquisition", "transferred_title_of": [ {"id": "https://linked.art/example/object/78","type": "ManMadeObject"} ] }, { "id": "https://linked.art/example/activity/64", "type": "Phase", "label": "Ownership by first owner" }, { "id": "https://linked.art/example/activity/65", "type": "Acquisition", "classified_as": [ { "id": "http://vocab.getty.edu/aat/300077989", "type": "Type", "label": "Puchasing" } ], "transferred_title_of": [ {"id": "https://linked.art/example/object/78","type": "ManMadeObject"} ] }, { "id": "https://linked.art/example/activity/66", "type": "Phase", "label": "Ownership by second and final owner" }, { "id": "https://linked.art/example/activity/67", "type": "Destruction", "took_out_of_existence": [ {"id": "https://linked.art/example/object/78","type": "ManMadeObject"} ] } ], "phase_of": { "id": "https://linked.art/example/object/78", "type": "ManMadeObject" } }
JSON-LD (Raw) | JSON-LD (Playground) | Turtle (Raw) | Turtle (Styled)