Group
An abstract collection of persons that serves as the base for concrete group types such as Household, Family, and Farm. Groups are linked to their members via GroupMembership records.
https://publicschema.org/Group
Properties
| Property | Type | Classification | Definition |
|---|---|---|---|
| name | string | Personal | The full display name of the person. |
| group_type | string (group-type) | Non-personal | The administrative or social category of the group. |
| formation_date | date | Non-personal | The date on which this group was formed or registered. |
| member_count | integer | Non-personal | The total number of members in this household or group. |
| memberships | concept:GroupMembership | Personal | The membership records linking persons to this group, each carrying role and lif... |