Encounters with Objects

Table of Contents

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"
        }
      ]
    }
  ]
}

graph TD classDef object stroke:black,fill:#E1BA9C,rx:20px,ry:20px; classDef actor stroke:black,fill:#FFBDCA,rx:20px,ry:20px; classDef type stroke:red,fill:#FAB565,rx:20px,ry:20px; classDef name stroke:orange,fill:#FEF3BA,rx:20px,ry:20px; classDef dims stroke:black,fill:#c6c6c6,rx:20px,ry:20px; classDef infoobj stroke:#907010,fill:#fffa40,rx:20px,ry:20px classDef timespan stroke:blue,fill:#ddfffe,rx:20px,ry:20px classDef place stroke:#3a7a3a,fill:#aff090,rx:20px,ry:20px classDef event stroke:#1010FF,fill:#96e0f6,rx:20px,ry:20px classDef literal stroke:black,fill:#f0f0e0; classDef classstyle stroke:black,fill:white; O1(provenance/22) class O1 event; O1-- type -->O1_0[Activity] class O1_0 classstyle; O2(aat:300055863) class O2 type; O2-- type -->O2_0[Type] class O2_0 classstyle; O2-- _label -->O2_3("''Provenance Activity''") class O2_3 literal; O1-- classified_as -->O2 O3( _ ) class O3 event; O3-- type -->O3_0[Encounter] class O3_0 classstyle; O3-- _label -->O3_2("''Encounter of Sculpture''") class O3_2 literal; O4( _ ) class O4 place; O4-- type -->O4_0[Place] class O4_0 classstyle; O4-- _label -->O4_2("''At Sea''") class O4_2 literal; O3-- took_place_at -->O4 O5( _ ) class O5 actor; O5-- type -->O5_0[Person] class O5_0 classstyle; O5-- _label -->O5_2("''Fisher''") class O5_2 literal; O3-- carried_out_by -->O5 O6( _ ) class O6 object; O6-- type -->O6_0[HumanMadeObject] class O6_0 classstyle; O6-- _label -->O6_2("''Fishing Net''") class O6_2 literal; O3-- used_specific_object -->O6 O7( _ ) class O7 object; O7-- type -->O7_0[HumanMadeObject] class O7_0 classstyle; O7-- _label -->O7_2("''Lost Sculpture''") class O7_2 literal; O8(aat:300047090) class O8 type; O8-- type -->O8_0[Type] class O8_0 classstyle; O8-- _label -->O8_3("''Sculpture''") class O8_3 literal; O9(aat:300435443) class O9 type; O9-- type -->O9_0[Type] class O9_0 classstyle; O9-- _label -->O9_3("''Type of Work''") class O9_3 literal; O8-- classified_as -->O9 O7-- classified_as -->O8 O3-- encountered -->O7 O1-- part -->O3 O10( _ ) class O10 event; O10-- type -->O10_0[Acquisition] class O10_0 classstyle; O11( _ ) class O11 object; O11-- type -->O11_0[HumanMadeObject] class O11_0 classstyle; O11-- _label -->O11_2("''Lost Sculpture''") class O11_2 literal; O10-- transferred_title_of -->O11 O12( _ ) class O12 actor; O12-- type -->O12_0[Person] class O12_0 classstyle; O12-- _label -->O12_2("''Fisher''") class O12_2 literal; O10-- transferred_title_to -->O12 O1-- part -->O10
Other Representations: JSON-LD (raw) | JSON-LD (playground) | Turtle (raw) | Turtle (styled)