Presence Role ============= :doc:`Presence ` roles are what indicate how a person was involved with an event, such as a subject, a witness, or a regular attendee. They inherit from :py:class:`betty.model.ancestry.PresenceRole`. Presence roles -------------- :py:class:`betty.model.ancestry.Subject` The person was a primary subject at the event, such as the person being born at a birth, or one of the happy couple at a wedding. :py:class:`betty.model.ancestry.Witness` The person was a witness at an event where other people were the subjects. :py:class:`betty.model.ancestry.Beneficiary` The person was the event's beneficiary, such as when a will was read. :py:class:`betty.model.ancestry.Attendee` The person was an attendee at the event and no additional details about their involvement are known. :py:class:`betty.model.ancestry.Speaker` The person performed public speaking at the event. :py:class:`betty.model.ancestry.Celebrant` The person was the celebrant or officiant at the event, such as a civil servant or a clergyperson. :py:class:`betty.model.ancestry.Organizer` The person organized the event.