Open mikegerber opened 2 years ago
I've been unhappy with the kludgy name handling anyway, so perhaps it's time to handle this better.
As a first step, 93ce150 handles mods:namePart
s in a straight-forward way and just exports the MODS structure into Pandas columns.
For the example above this is:
name0_namePart-given ...
name0_namePart-family Goebel
name0_role_roleTerm aut
name1_namePart B. Schott's Söhne
name1_role_roleTerm oth
The
mods:name
now has amods:nameIdentifier
:Also, the
mods:name/mods:displayForm
(optional according to DFG MODS-Anwendungsprofil) got dropped in favor of the mandatory name part fields.