Skip to content

GND Enrichment

Benjamin Schnabel edited this page Sep 12, 2022 · 5 revisions

How is the GND-Normfile enriched?

Here is a description from the GND. https://wiki.dnb.de/display/LINKEDDATASERVICE/Anreicherungen

The data is loaded from a beacon file. You can find the beacon file here: https://data.judaicalink.org/dumps/beacon/current/beacon-persons.txt The GND pulls the beacon file automatically.

Generate the beacon file

For labs the beacon file is being generated by executing the generator. python manage.py generate_beacon.

For wissbox the beacon file is being generated by the command in /data/judaicalink/web.judaicalink.org/hugo/judaicalink-site by sudo python generate_beacon.py.

Currently wissbox ist used, since the data is stored there. The script makes a sparql request to labs and saves the data to the disk.

Shortcut: sudo python /data/judaicalink/web.judaicalink.org/hugo/judaicalink-site/generate_beacon.py

A cronjob is set up to run the script once a month.

Clone this wiki locally