{
  "@context": "https://linked.art/ns/v1/linked-art.json",
  "id": "https://linked.art/example/object/spring/21",
  "type": "HumanMadeObject",
  "_label": "Spring",
  "classified_as": [
    {
      "id": "http://vocab.getty.edu/aat/300033618",
      "type": "Type",
      "_label": "Painting",
      "classified_as": [
        {
          "id": "http://vocab.getty.edu/aat/300435443",
          "type": "Type",
          "_label": "Type of Work"
        }
      ]
    }
  ],
  "attributed_by": [
    {
      "type": "AttributeAssignment",
      "timespan": {
        "type": "TimeSpan",
        "begin_of_the_begin": "2015-01-01T00:00:00Z",
        "end_of_the_end": "2015-12-31T23:59:59Z"
      },
      "assigned_property": "made_of",
      "assigned": [
        {
          "id": "http://vocab.getty.edu/aat/300014078",
          "type": "Material"
        }
      ]
    }
  ]
}