{
  "@context": "https://linked.art/ns/v1/linked-art.json",
  "id": "https://linked.art/example/object/washday/1",
  "type": "HumanMadeObject",
  "_label": "Wash Day",
  "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": "Wash Day"
    }
  ],
  "produced_by": {
    "type": "Production",
    "influenced_by": [
      {
        "id": "https://linked.art/example/person/whomer",
        "type": "Person",
        "_label": "Winslow Homer"
      }
    ]
  }
}