Person
- Label Person
-
- Attributes
identifier uid: integer|string
Unique identifier of this object.
(optional) date_birth: date
The person’s date of birth.
(optional) date_death: date
The person’s date of death, if deceased.
(optional) first_name: string
The person’s legal first name.
(optional) gender: string
Categorical: m, f
The person’s gender.
(optional) last_name: string
The person’s legal last name.
(optional) marital_status: string
Categorical: verheiratet, ledig, in eingetragener Partnerschaft, geschieden
Marital status of the person.
(optional) name: string|float
(optional) native_language: string
The person’s native language (abbreviated).
- Connected relations
- Outgoing
CITIZEN_IN
toCity
COSPONSORS
toBill
GAVE
toTranscript
REPRESENTS
toCanton
VOTED
toTranscript
- Constraints
- If a person is elected during a year it must be connected to Year with an ACTIVE_DURING relation.
- A Person must contain the attributes ‘last_name’, ‘first_name’, ‘date_birth’, ‘gender’. If ‘date_death’ is available it must be after ‘date_birth’.