From 2f5c0df11d8d47eba6aa7cacf3481572d3cbe91f Mon Sep 17 00:00:00 2001 From: TobiasNx <61879957+TobiasNx@users.noreply.github.com> Date: Wed, 18 Feb 2026 14:50:23 +0100 Subject: [PATCH] Update download links for Entity Facts Old one links nowhere --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3cbf386..2387338f 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,11 @@ Set up a location for the Entity Facts input data: Get the latest Entity Facts data from the DNB (see [https://data.dnb.de/opendata/](https://data.dnb.de/opendata/)): -`wget https://data.dnb.de/opendata/authorities_entityfacts.jsonld.gz` +`wget https://data.dnb.de/opendata/authorities-gnd_entityfacts.jsonld.gz` Unpack the data: -`gunzip < authorities_entityfacts.jsonld.gz > authorities_entityfacts.jsonld` +`gunzip < authorities-gnd_entityfacts.jsonld.gz > authorities_entityfacts.jsonld` Go back to the root directory: