{
  "@context": "https://linked.art/ns/v1/linked-art.json",
  "id": "https://linked.art/example/provenance/yuag_ycba_wiley/1",
  "type": "Activity",
  "_label": "Purchase of Painting",
  "classified_as": [
    {
      "id": "http://vocab.getty.edu/aat/300055863",
      "type": "Type",
      "_label": "Provenance Activity"
    }
  ],
  "timespan": {
    "type": "TimeSpan",
    "begin_of_the_begin": "2021-01-01T00:00:00Z",
    "end_of_the_end": "2021-12-31T23:59:59Z"
  },
  "part": [
    {
      "type": "Acquisition",
      "transferred_title_of": [
        {
          "id": "https://linked.art/example/object/yiadom-boakye",
          "type": "HumanMadeObject",
          "_label": "Portrait of Lynette Yiadom-Boakye"
        }
      ],
      "transferred_title_to": [
        {
          "id": "https://linked.art/example/group/yuag",
          "type": "Group",
          "_label": "Yale University Art Gallery"
        },
        {
          "id": "https://linked.art/example/group/ycba",
          "type": "Group",
          "_label": "Yale Center for British Art"
        }
      ]
    }
  ]
}