{
  "@context": "https://linked.art/ns/v1/linked-art.json",
  "id": "https://linked.art/example/object/forum/1",
  "type": "HumanMadeObject",
  "_label": "Forum Romanum",
  "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"
        }
      ]
    }
  ],
  "identified_by": [
    {
      "type": "Name",
      "classified_as": [
        {
          "id": "http://vocab.getty.edu/aat/300404670",
          "type": "Type",
          "_label": "Primary Name"
        }
      ],
      "content": "Forum Romanum"
    }
  ],
  "produced_by": {
    "type": "Production",
    "attributed_by": [
      {
        "type": "AttributeAssignment",
        "classified_as": [
          {
            "id": "http://vocab.getty.edu/aat/300404272",
            "type": "Type",
            "_label": "Possibly By"
          }
        ],
        "assigned": [
          {
            "type": "Production",
            "carried_out_by": [
              {
                "id": "https://linked.art/example/person/corrodi",
                "type": "Person",
                "_label": "Salomon Corrodi"
              }
            ]
          }
        ],
        "assigned_property": "part"
      }
    ]
  }
}