{
  "@context": "https://linked.art/ns/v1/linked-art.json",
  "id": "https://linked.art/example/provenance/getty_bronze/1",
  "type": "Activity",
  "_label": "Discovery of Victorious Youth",
  "classified_as": [
    {
      "id": "http://vocab.getty.edu/aat/300055863",
      "type": "Type",
      "_label": "Provenance Activity"
    }
  ],
  "part": [
    {
      "type": "Encounter",
      "_label": "Encounter of Sculpture",
      "carried_out_by": [
        {
          "id": "https://linked.art/example/group/ferruccio",
          "type": "Group",
          "_label": "Owners of Ferri Ferruccio"
        }
      ],
      "encountered": [
        {
          "id": "https://linked.art/example/object/victorious_youth",
          "type": "HumanMadeObject",
          "_label": "Victorious Youth"
        }
      ]
    },
    {
      "type": "Acquisition",
      "transferred_title_of": [
        {
          "id": "https://linked.art/example/object/victorious_youth",
          "type": "HumanMadeObject",
          "_label": "Victorious Youth"
        }
      ],
      "transferred_title_to": [
        {
          "id": "https://linked.art/example/group/ferruccio",
          "type": "Group",
          "_label": "Owners of Ferri Ferruccio"
        }
      ]
    }
  ]
}