{
  "@context": "https://linked.art/ns/v1/linked-art.json",
  "id": "https://linked.art/example/object/5",
  "type": "HumanMadeObject",
  "_label": "Painting of a Fish",
  "attributed_by": [
    {
      "type": "AttributeAssignment",
      "classified_as": [
        {
          "id": "http://example.org/types/recommending",
          "type": "Type",
          "_label": "Recommendation"
        }
      ],
      "identified_by": [
        {
          "type": "Name",
          "classified_as": [
            {
              "id": "http://vocab.getty.edu/aat/300404669",
              "type": "Type",
              "_label": "Display Title"
            }
          ],
          "content": "Related Object: Another Painting of a Fish"
        }
      ],
      "carried_out_by": [
        {
          "id": "https://linked.art/example/person/1",
          "type": "Person",
          "_label": "Curator"
        }
      ],
      "assigned": [
        {
          "id": "https://linked.art/example/object/6",
          "type": "HumanMadeObject",
          "_label": "Another Painting of a Fish"
        }
      ]
    }
  ]
}