V1.Metadata.Common:Death

Jump to: navigation, search

Death

Contains information about the death of a person or the dissolution of a group or organization.

Elements

NameTypeDescription
date String Date the person died in YYYY-MM-DD order. For a group or organization, the date of dissolution.
place String Place the person died. For a group or organization, the location of dissolution.

XML Response Example

<death>
  <date>1990-10-14</date>
  <place>New York, NY</place>
</death>

JSON Response Example

{
  "date":"1990-10-14",
  "place":"New York, NY"
}
 
Personal tools