{
  "@context": "https://linked.art/ns/v1/linked-art.json",
  "id": "https://linked.art/example/object/nuveen/1",
  "type": "HumanMadeObject",
  "_label": "Nuveen Painting",
  "identified_by": [
    {
      "type": "Name",
      "classified_as": [
        {
          "id": "http://vocab.getty.edu/aat/300404670",
          "type": "Type",
          "_label": "Primary Name"
        }
      ],
      "content": "The Nuveen Painting"
    }
  ],
  "produced_by": {
    "type": "Production",
    "carried_out_by": [
      {
        "id": "https://linked.art/example/person/dine",
        "type": "Person",
        "_label": "Jim Dine"
      }
    ],
    "caused_by": [
      {
        "id": "https://linked.art/example/event/nuveen_commission",
        "type": "Activity",
        "_label": "Commission"
      }
    ]
  }
}