Introduction
Objects can be encountered a long time after their production, especially in the realm of archaeology. These encounters are often called "finds" and the locations they take place at "find spots", but the object may have been never lost according to another culture that always knew about it. Encounters are frequently of objects from a long-vanished civilization, such as the Greek or Roman empires, but not necessarily. The object might be buried under the ash of a volcanic eruption, lost at sea, or otherwise pass out of human memory and record as far as the documenting institution is aware.
There might be multiple encounters recorded in a provenance chain, such as when an object is known to have been encountered and subsequently lost by a previous culture, and then rediscovered.
Encounters
Objects of cultural significance are often lost to all knowledge, or to the general knowledge of the prevailing culture, and then later rediscovered. This is considered to be part of the provenance of the object, rather than equivalent to its Production, especially as both may be known. There are also ownership considerations that need to be taken into account at the same time, as to whether this find also transfers the ownership of the object to the discoverer, or merely custody of it.
The model uses an Encounter
activity, which is carried out by the person or group making the rediscovery. The activity has its own relationship for the object that is rediscovered, encountered
, to ensure that other objects that are used as part of the discovery can be separated from the "find".
As it is part of a Provenance Event, other parts can describe the changing ownership status of the object. In all other ways, the Encounter
is just like a regular Activity
as described in the baseline patterns.
Example:
A sculpture was lost at sea, and then later rediscovered by a commercial fisher when she dredged it up with her fishing nets. As it was in international waters, this resulted in the ownership of the statue by the fisher.
{
"@context": "https://linked.art/ns/v1/linked-art.json",
"id": "https://linked.art/example/provenance/22",
"type": "Activity",
"classified_as": [
{
"id": "http://vocab.getty.edu/aat/300055863",
"type": "Type",
"_label": "Provenance Activity"
}
],
"part": [
{
"type": "Encounter",
"_label": "Encounter of Sculpture",
"took_place_at": [
{
"type": "Place",
"_label": "At Sea"
}
],
"carried_out_by": [
{
"type": "Person",
"_label": "Fisher"
}
],
"used_specific_object": [
{
"type": "HumanMadeObject",
"_label": "Fishing Net"
}
],
"encountered": [
{
"type": "HumanMadeObject",
"_label": "Lost Sculpture",
"classified_as": [
{
"id": "http://vocab.getty.edu/aat/300047090",
"type": "Type",
"_label": "Sculpture",
"classified_as": [
{
"id": "http://vocab.getty.edu/aat/300435443",
"type": "Type",
"_label": "Type of Work"
}
]
}
]
}
]
},
{
"type": "Acquisition",
"transferred_title_of": [
{
"type": "HumanMadeObject",
"_label": "Lost Sculpture"
}
],
"transferred_title_to": [
{
"type": "Person",
"_label": "Fisher"
}
]
}
]
}