hbz / lobid-organisations

Transformation, web frontend, and API for lobid-organisations
http://lobid.org/organisations
Eclipse Public License 2.0
13 stars 3 forks source link

Two entries with identical DBS IDs #398

Closed acka47 closed 2 years ago

acka47 commented 6 years ago

See http://lobid.org/organisations/DBS-GK708 & http://lobid.org/organisations/DE-933. Both have the value "GK708" in field dbsID.I would assume that this is enough to only have one entry and to redirect the first URL to the second.

Obviously, the deduplication process doesn't work like that. Is it currently necessary to have the ISIL in the DBS entry so that you only get one entry?

acka47 commented 6 years ago

This problem seems to be the same as in #358 .

nichtich commented 5 years ago

And another one: https://lobid.org/organisations/DBS-LC086 and https://lobid.org/organisations/DE-903

acka47 commented 2 years ago

This is resolved now. DBS-ID-based URIs rediurect to the ISIL-based ones, so apparently the entries are merged now (as one would expect):

$ curl -I http://lobid.org/organisations/DBS-GK708
HTTP/1.1 301 Moved Permanently
Date: Fri, 17 Dec 2021 07:23:18 GMT
Server: Apache/2.4.10 (Linux/SUSE)
Access-Control-Allow-Origin: *
Content-Language: de
Location: /organisations/DE-933
$ curl -I https://lobid.org/organisations/DBS-LC086
HTTP/1.1 301 Moved Permanently
Date: Fri, 17 Dec 2021 07:23:50 GMT
Server: Apache/2.4.10 (Linux/SUSE)
Access-Control-Allow-Origin: *
Content-Language: de
Location: /organisations/DE-903

Closing.