GroupMembership
The link between a Person and a Group, carrying the role the person plays within that group (such as head, spouse, or dependent). This join record allows a person to belong to multiple groups simultaneously.
https://publicschema.org/GroupMembership
Properties
| Property | Type | Classification | Definition |
|---|---|---|---|
| person | concept:Person | Personal | The person who holds this group membership. |
| group | concept:Group | Personal | The group to which the person belongs. |
| role | string (group-role) | Personal | The role of the person within the group (e.g., head, spouse, child, dependent). |
| start_date | date | Non-personal | The date on which this record or relationship became effective. |
| end_date | date | Non-personal | The date on which this record or relationship ceased to be effective. |
| is_active | boolean | Non-personal | Whether this record or relationship is currently active. |