{
  "@context": "https://linked.art/ns/v1/linked-art.json",
  "id": "https://linked.art/example/provenance/sharp_sale/1",
  "type": "Activity",
  "_label": "Purchase of Stolen Painting",
  "classified_as": [
    {
      "id": "http://vocab.getty.edu/aat/300055863",
      "type": "Type",
      "_label": "Provenance Activity"
    }
  ],
  "part": [
    {
      "type": "TransferOfCustody",
      "_label": "Sale of Painting",
      "classified_as": [
        {
          "id": "http://vocab.getty.edu/aat/300438484",
          "type": "Type",
          "_label": "sale of stolen goods"
        }
      ],
      "transferred_custody_of": [
        {
          "id": "https://linked.art/example/object/cheyenne",
          "type": "HumanMadeObject",
          "_label": "Cheyenne Oklahoma"
        }
      ],
      "transferred_custody_from": [
        {
          "id": "https://linked.art/example/person/alter",
          "type": "Person",
          "_label": "Jerry Alter"
        }
      ]
    },
    {
      "type": "Payment",
      "paid_amount": {
        "type": "MonetaryAmount",
        "_label": "Payment to Thief",
        "value": 52650,
        "currency": {
          "id": "http://vocab.getty.edu/aat/300411994",
          "type": "Currency",
          "_label": "US Dollars",
          "notation": "USD"
        }
      },
      "paid_to": [
        {
          "id": "https://linked.art/example/person/alter",
          "type": "Person",
          "_label": "Jerry Alter"
        }
      ]
    }
  ]
}