{
  "@context": "https://linked.art/ns/v1/linked-art.json",
  "id": "https://linked.art/example/provenance/ziwei_yuag/1",
  "type": "Activity",
  "_label": "Gift of Landscape to YUAG",
  "classified_as": [
    {
      "id": "http://vocab.getty.edu/aat/300055863",
      "type": "Type",
      "_label": "Provenance Activity"
    },
    {
      "id": "http://vocab.getty.edu/aat/300417637",
      "type": "Type",
      "_label": "Gift"
    }
  ],
  "timespan": {
    "type": "TimeSpan",
    "begin_of_the_begin": "1999-01-01T00:00:00Z",
    "end_of_the_end": "1999-12-31T23:59:59Z"
  },
  "part": [
    {
      "type": "Acquisition",
      "_label": "Acquisition of Painting 1",
      "transferred_title_of": [
        {
          "id": "https://linked.art/example/object/ziwei_landscape",
          "type": "HumanMadeObject",
          "_label": "Landscape"
        }
      ],
      "transferred_title_from": [
        {
          "id": "https://linked.art/example/person/ziwei",
          "type": "Person",
          "_label": "Xu Ziwei"
        }
      ],
      "transferred_title_to": [
        {
          "id": "https://linked.art/example/group/yuag",
          "type": "Group",
          "_label": "Yale University Art Gallery"
        }
      ]
    }
  ]
}