Skip to content

Commit

Permalink
Add support for GND identifiers on Authors
Browse files Browse the repository at this point in the history
Fixes #8037

Using “Integrated Authority File” rather than the “Universal” from the
ticket, since “Integrated” is the translation the DNB themselves use:
https://www.dnb.de/EN/Professionell/Standardisierung/GND/gnd_node.html

DNB editions generally use DNB identifiers, which seem to be different
from GND ones, so no need to add those for Editions; but GND is used
for Works too, so this should also be added for them when we get those
into code.

Note that there are still some potential Authors that are still using
DNB identifiers, but the DNB’s plan is to transition all persons,
organisations, etc. to use GND ids, so not adding DNB ids here for now
unless it turns out they’re actually needed/desired for something.

Corresponds to Wikidata’s https://www.wikidata.org/wiki/Property:P227
and is part of MusicBrainz’s https://musicbrainz.org/relationship/d94fb61c-fa20-4e3c-a19a-71a949fb2c55
  • Loading branch information
Freso committed Nov 19, 2024
1 parent 79b48c0 commit c83cdff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openlibrary/plugins/openlibrary/config/author/identifiers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ identifiers:
notes: ''
url: https://isni.org/isni/@@@
website: https://isni.org/
- label: Integrated Authority File (GND)
name: gnd
notes: ''
url: https://d-nb.info/gnd/@@@
website: https://gnd.network/
- label: IMDb
name: imdb
notes: Should be something like nm0393654
Expand Down

0 comments on commit c83cdff

Please sign in to comment.