{
  "@context": "https://linked.art/ns/v1/linked-art.json",
  "id": "https://linked.art/example/provenance/transfer/1",
  "type": "Activity",
  "_label": "Transfer of Painting",
  "classified_as": [
    {
      "id": "http://vocab.getty.edu/aat/300055863",
      "type": "Type",
      "_label": "Provenance Activity"
    }
  ],
  "part": [
    {
      "type": "Transfer",
      "transferred": [
        {
          "id": "https://linked.art/example/object/example",
          "type": "HumanMadeObject",
          "_label": "Example Painting"
        }
      ],
      "transferred_from": [
        {
          "id": "https://linked.art/example/person/person1",
          "type": "Person",
          "_label": "Person 1"
        }
      ],
      "transferred_to": [
        {
          "id": "https://linked.art/example/person/person2",
          "type": "Person",
          "_label": "Person 2"
        }
      ]
    }
  ]
}