{
  "id": "urn:ngsi-ld:Animal:ca3f1295-500c-4aa3-b745-d143097d5c01",
  "type": "Feature",
  "geometry": {
    "type": "GeoProperty",
    "value": {
      "type": "Point",
      "coordinates": [
        -4.754444444,
        41.640833333
      ]
    }
  },
  "properties": {
    "type": "Animal",
    "dateModified": {
        "type": "Property",
        "value": {
            "@type": "DateTime",
            "@value": "2017-05-04T12:30:00Z"
        }
    },
    "species": {
      "type": "Property",
      "value": "sheep"
    },
    "relatedSource": {
      "type": "Property",
      "value": [
        {
          "application": "urn:ngsi-ld:AgriApp:72d9fb43-53f8-4ec8-a33c-fa931360259a",
          "applicationEntityId": "app:sheep1"
        }
      ]
    },
    "legalId": {
      "type": "Property",
      "value": "ES142589652140"
    },
    "birthdate": {
      "type": "Property",
      "value": {
        "@type": "DateTime",
        "@value": "2017-01-01T01:20:00Z"
      }
    },
    "sex": {
      "type": "Property",
      "value": "female"
    },
    "breed": {
      "type": "Property",
      "value": "Merina"
    },
    "calvedBy": {
      "type": "Relationship",
      "object": "urn:ngsi-ld:Animal:aa9f1295-425c-8ba3-b745-b653097d5a87"
    },
    "siredBy": {
      "type": "Relationship",
      "object": "urn:ngsi-ld:Animal:aa9f1295-425c-8ba3-b745-b653097d5a87"
    },
    "location": {
      "type": "GeoProperty",
      "value": {
        "type": "Point",
        "coordinates": [
          -4.754444444,
          41.640833333
        ]
      }
    },
    "weight": {
      "type": "Property",
      "value": 65.3
    },
    "ownedBy": {
      "type": "Relationship",
      "object": "http://person.org/leon"
    },
    "locatedAt": {
      "type": "Relationship",
      "object": "urn:ngsi-ld:AgriParcel:1ea0f120-4474-11e8-9919-672036642081"
    },
    "phenologicalCondition": {
      "type": "Property",
      "value": "adult"
    },
    "reproductiveCondition": {
      "type": "Property",
      "value": "inCalf"
    },
    "healthCondition": {
      "type": "Property",
      "value": "healthy"
    },
    "fedWith": {
      "type": "Relationship",
      "object": "urn:ngsi-ld:FEED:1ea0f120-4474-11e8-9919-0000000081"
    },
    "welfareCondition": {
      "type": "Property",
      "value": "adequate"
    },
    "@context": [
      "https://smartdatamodels.org/context.jsonld",
      "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"
    ]
  }
}
