To be consistent, birthDate must not be null. If there is no date of death (deathDate == null), that is consistent with any birthDate. Otherwise, the birthDate must come before or be equal to the deathDate.
(Date birthDate, Date deathDate)
source not stored for this graph (policy: none)
no test coverage detected