{
  "@context": "https://linked.art/ns/v1/linked-art.json",
  "id": "https://linked.art/example/object/8",
  "type": "HumanMadeObject",
  "dimension": [
    {
      "type": "Dimension",
      "classified_as": [
        {
          "id": "http://vocab.getty.edu/aat/300055644",
          "type": "Type",
          "_label": "Height"
        }
      ],
      "value": 24,
      "upper_value_limit": 26,
      "lower_value_limit": 22,
      "unit": {
        "id": "http://vocab.getty.edu/aat/300379100",
        "type": "MeasurementUnit",
        "_label": "inches"
      },
      "identified_by": [
        {
          "type": "Name",
          "classified_as": [
            {
              "id": "http://vocab.getty.edu/aat/300404669",
              "type": "Type",
              "_label": "Display Title"
            }
          ],
          "content": "24 inches high (+/- 2 inches)"
        }
      ],
      "assigned_by": [
        {
          "type": "AttributeAssignment",
          "classified_as": [
            {
              "id": "http://vocab.getty.edu/aat/300053578",
              "type": "Type",
              "_label": "Measuring"
            }
          ],
          "carried_out_by": [
            {
              "type": "Person",
              "_label": "Curator"
            }
          ]
        }
      ]
    }
  ]
}