{
  "@context": "https://linked.art/ns/v1/linked-art.json",
  "id": "https://linked.art/example/object/spring/4",
  "type": "HumanMadeObject",
  "_label": "Jeanne (Spring) by Manet",
  "produced_by": {
    "type": "Production",
    "timespan": {
      "type": "TimeSpan",
      "_label": "1881",
      "begin_of_the_begin": "1881-01-01T00:00:00Z",
      "end_of_the_end": "1881-12-31T23:59:59Z"
    },
    "took_place_at": [
      {
        "id": "https://linked.art/example/place/france",
        "type": "Place",
        "_label": "France"
      }
    ],
    "carried_out_by": [
      {
        "id": "https://linked.art/example/person/manet",
        "type": "Person",
        "_label": "Manet"
      }
    ],
    "during": [
      {
        "id": "https://linked.art/example/event/19c",
        "type": "Period",
        "_label": "19th Century"
      }
    ]
  }
}