Currently, they are not a type name because that's used for matching. See the comment here: https://github.com/opensanctions/followthemoney/blob/cf0bdb11146a6eaf2de8a1ecba43683432259ffe/followthemoney/schema/Person.yaml#L28 @pudo suggested a `NamePartType`. There, we could do the same thing as in `NameType.clean_text`. @jbothma suggested setting `type: name` and `matchable: false`. Would that work too?