Type: animal
Properties:
Property | Description | Type | Reference |
---|---|---|---|
birthdate |
birthdate of person or animal | /definitions/date |
Schema:
{
"$id": "https://ontology.riskine.com/animal.json",
"type": "object",
"allOf": [
{
"$ref": "object.json"
}
],
"properties": {
"birthdate": {
"description": "birthdate of person or animal",
"$ref": "definitions.json#/date"
}
}
}