{
  "@context": "https://linked.art/ns/v1/linked-art.json",
  "id": "https://linked.art/example/provenance/2",
  "type": "Activity",
  "classified_as": [
    {
      "id": "http://vocab.getty.edu/aat/300055863",
      "type": "Type",
      "_label": "Provenance Activity"
    }
  ],
  "part": [
    {
      "type": "Acquisition",
      "transferred_title_of": [
        {
          "type": "HumanMadeObject",
          "_label": "Painting"
        }
      ],
      "transferred_title_to": [
        {
          "type": "Group",
          "_label": "Museum"
        }
      ]
    },
    {
      "type": "RightAcquisition",
      "establishes": [
        {
          "type": "Right",
          "_label": "Right of Ownership for Painting",
          "classified_as": [
            {
              "id": "http://vocab.getty.edu/aat/300055603",
              "type": "Type",
              "_label": "Ownership Right"
            }
          ],
          "possessed_by": [
            {
              "type": "Group",
              "_label": "Museum"
            }
          ],
          "applies_to": [
            {
              "type": "HumanMadeObject",
              "_label": "Painting"
            }
          ]
        }
      ]
    }
  ]
}