{
  "id": "urn:ngsi-ld:AnimalDisease:ca3f1295-500c-4aa3-b745-d143097d5c01",
  "type": "AnimalDisease",
  "disease": {
    "type": "Text",
    "value": "Lameness"
  },
  "diagnosticTest": {
    "type": "Text",
    "value": "Visual inspection"
  },
  "date": {
    "type": "DateTime",
    "value": "2022-01-01T01:20:00Z"
  },
  "animals": {
    "type": "StructuredValue",
    "value": [
      "urn:ngsi-ld:Animal:ca3f1295-500c-4aa3-b745-d143097d5c01",
      "urn:ngsi-ld:Animal:bb3f1295-500c-4aa3-b745-d143097d4321"
    ]
  },
  "veterinarianTreatment": {
    "type": "Text",
    "value": "urn:ngsi-ld:VeterinarianTreatment:ca3f1295-500c-4aa3-b745-d143097d5c65"
  },
  "veterinarian": {
    "type": "Text",
    "value": "urn:ngsi-ld:Veterinarian:ca3f1295-500c-4aa3-b745-d143097d5d11"
  }
}