We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2045952 + 2f5c0df commit b6c3462Copy full SHA for b6c3462
README.md
@@ -34,11 +34,11 @@ Set up a location for the Entity Facts input data:
34
35
Get the latest Entity Facts data from the DNB (see [https://data.dnb.de/opendata/](https://data.dnb.de/opendata/)):
36
37
-`wget https://data.dnb.de/opendata/authorities_entityfacts.jsonld.gz`
+`wget https://data.dnb.de/opendata/authorities-gnd_entityfacts.jsonld.gz`
38
39
Unpack the data:
40
41
-`gunzip < authorities_entityfacts.jsonld.gz > authorities_entityfacts.jsonld`
+`gunzip < authorities-gnd_entityfacts.jsonld.gz > authorities_entityfacts.jsonld`
42
43
Go back to the root directory:
44
0 commit comments