{
  "@context": "https://linked.art/ns/v1/linked-art.json",
  "id": "https://linked.art/example/provenance/coffin_promise/1",
  "type": "Activity",
  "_label": "Promised Gift of Coffin",
  "classified_as": [
    {
      "id": "http://vocab.getty.edu/aat/300055863",
      "type": "Type",
      "_label": "Provenance Activity"
    }
  ],
  "part": [
    {
      "type": "Activity",
      "_label": "Promise of Gift",
      "classified_as": [
        {
          "id": "http://vocab.getty.edu/aat/300435599",
          "type": "Type",
          "_label": "Promise"
        }
      ],
      "referred_to_by": [
        {
          "type": "LinguisticObject",
          "classified_as": [
            {
              "id": "http://vocab.getty.edu/aat/300435416",
              "type": "Type",
              "_label": "Description",
              "classified_as": [
                {
                  "id": "http://vocab.getty.edu/aat/300418049",
                  "type": "Type",
                  "_label": "Brief Text"
                }
              ]
            }
          ],
          "content": "Promised gift of Thomas Jaffe, B.A. 1971"
        }
      ],
      "carried_out_by": [
        {
          "id": "https://linked.art/example/person/jaffe",
          "type": "Person",
          "_label": "Thomas Jaffe"
        }
      ],
      "used_specific_object": [
        {
          "id": "https://linked.art/example/object/coffin",
          "type": "HumanMadeObject",
          "_label": "Coffin"
        }
      ],
      "participant": [
        {
          "id": "https://linked.art/example/group/yuag",
          "type": "Group",
          "_label": "Yale University Art Gallery"
        }
      ]
    }
  ]
}