-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1784-useNewSigelMapping #1870
1784-useNewSigelMapping #1870
Conversation
I created a file like this: http://test.lobid.org/organisations/search?q=_exists_%3Aisil+OR+type%3ACollection&format=csv:id,isil,sigel,name&size=25000 It only contains real sigil that are registered.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Except for the failing tests...
@@ -266,11 +266,11 @@ | |||
"type" : [ "Item", "PhysikalischerTitel" ], | |||
"currentLocation" : "B4002 / UNASSIGNED", | |||
"heldBy" : { | |||
"id" : "http://lobid.org/organisations/DE-294-22#!", | |||
"isil" : "DE-294-22", | |||
"label" : "Ruhr-Universität Bochum, Verbundbibliothek IB Fachbibliothek für Geographie, Geologie, Mathematik, Psychologie" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why this is kicked out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, the owner does not exist anymore. I could use the replacement isil instead.
What are the chances that this will get merged before the next indexing? |
It's deployed right now. |
This PR introduces a new way for mapping sigel to isil as well as lobid-organisation-Id to label with a mapping file created like this:
http://lobid.org/organisations/search?q=_exists_%3Aisil+OR+type%3ACollection&format=csv:id,isil,sigel,name&size=25000
And transformed the file to a tsv.
With this file we kick out all sigil/isil's that are not registerd with the https://sigel.staatsbibliothek-berlin.de/
Like "DE-386-32"
Resolves #1784