hbz / lobid-gnd

UI and API to the Integrated Authority File (Gemeinsame Normdatei, GND)
http://lobid.org/gnd
Eclipse Public License 2.0
24 stars 5 forks source link

Fix classes for persons in data and UI #310

Open acka47 opened 2 years ago

acka47 commented 2 years ago

Currently, we display "Individualisierte Person", "Regierender Fürst oder Mitglied eines regierenden Fürstenhauses"/RoyalOrMemberOfARoyalHouse, "Literarische oder Sagengestalt"/LiteraryOrLegendaryCharacter, "Sammelpseudonym"/CollectivePseudonym, "Götter"/Gods, "Geister"/Spirits as different sub-classes of "Person".

image

In fact, all of them are also of type DifferentiatedPerson/"Individualisierte Person". We should correct this.

Proposed approach

The easiest way which is also consistent with the other super types (e.g. "CorporateBody") would be to remove the type DifferentiatedPerson completely from the data.

Pro arguments for this approach

image

Contra argument

(This issue was reported by Johannes Bracht during a joint meeting of the lobid team (represented by @fsteeg and @acka47) and GND4C project members.)