{
  "@context": "https://linked.art/ns/v1/linked-art.json",
  "id": "https://linked.art/example/person/rembrandt/14",
  "type": "Person",
  "_label": "Rembrandt",
  "participated_in": [
    {
      "type": "Activity",
      "classified_as": [
        {
          "id": "http://vocab.getty.edu/aat/300263485",
          "type": "Type",
          "_label": "Burial"
        }
      ],
      "timespan": {
        "type": "TimeSpan",
        "begin_of_the_begin": "1669-10-04T00:00:00Z",
        "end_of_the_end": "1669-11-01T23:59:59Z"
      },
      "took_place_at": [
        {
          "id": "https://linked.art/example/place/westerkerk",
          "type": "Place",
          "_label": "Place of Westerkerk"
        }
      ]
    }
  ]
}