{
  "@context": "https://linked.art/ns/v1/linked-art.json",
  "id": "https://linked.art/example/event/stowe/1",
  "type": "Activity",
  "_label": "Auction of Stowe House",
  "classified_as": [
    {
      "id": "http://vocab.getty.edu/aat/300054751",
      "type": "Type",
      "_label": "Auction Event"
    }
  ],
  "timespan": {
    "type": "TimeSpan",
    "identified_by": [
      {
        "type": "Name",
        "content": "40 days in August and September, 1848"
      }
    ],
    "begin_of_the_begin": "1848-08-01T00:00:00Z",
    "end_of_the_begin": "1848-08-20T23:59:59Z",
    "begin_of_the_end": "1848-09-09T00:00:00Z",
    "end_of_the_end": "1848-09-30T23:59:59Z",
    "duration": {
      "type": "Dimension",
      "value": 3,
      "unit": {
        "id": "http://vocab.getty.edu/aat/300379242",
        "type": "MeasurementUnit",
        "_label": "days"
      }
    }
  }
}