Genders
A human gender. This is not meant to be a comprehensive model of the social realities of gender but a way to capture data from (mostly) government databases and represent it in a way that can be used by structured data processing tools.
Attribute | Value | Detail |
---|---|---|
name | gender |
Used in schema definitions |
label | Gender | plural: Genders |
group | genders |
Used in search indexing to query all properties of a given type |
matchable | Suitable for use in entity matching | |
pivot | Suitable for use as a pivot point for connecting to other entities |
Data reference
Code | Label |
---|---|
other |
Other genders |
female |
Female |
male |
Male |
Python API
followthemoney.types.GenderType
Bases: EnumType
A human gender. This is not meant to be a comprehensive model of the social realities of gender but a way to capture data from (mostly) government databases and represent it in a way that can be used by structured tools. I'm not sure this justifies the simplification.