{
  "@context": "https://linked.art/ns/v1/linked-art.json",
  "id": "https://linked.art/example/event/vesuvius/1",
  "type": "Event",
  "_label": "Eruption of Vesuvius",
  "identified_by": [
    {
      "type": "Name",
      "classified_as": [
        {
          "id": "http://vocab.getty.edu/aat/300404670",
          "type": "Type",
          "_label": "Primary Name"
        }
      ],
      "content": "Eruption of Vesuvius"
    }
  ],
  "timespan": {
    "type": "TimeSpan",
    "begin_of_the_begin": "0079-08-24T12:00:00Z",
    "end_of_the_end": "0079-08-26T23:59:59Z"
  },
  "took_place_at": [
    {
      "id": "https://linked.art/example/place/vesuvius",
      "type": "Place",
      "_label": "Mount Vesuvius"
    }
  ]
}