We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that the non GND RSWK subjects used to be typed "SubjectHeading" in ALEPH Transformation as fallback. (
lobid-resources/src/main/resources/morph-hbz01-to-lobid.xml
Lines 579 to 600 in 7f982c1
see example: Aleph:http://aleph.lobid.org/resources/HT006813395.json
"subject": [ { "type": [ "ComplexSubject" ], "componentList": [ { "id": "https://d-nb.info/gnd/4009104-1", "type": [ "SubjectHeading" ], "source": { "id": "https://d-nb.info/gnd/7749153-1", "label": "Gemeinsame Normdatei (GND)" }, "label": "Burg", "gndIdentifier": "4009104-1" }, { "type": [ "SubjectHeading" ], "label": "Geschichte" } ], "label": "Burg | Geschichte" } ],
ALMA: http://lobid.org/resources/990026405480206441.json
"subject": [ { "type": [ "ComplexSubject" ], "label": "Burg | Geschichte", "componentList": [ { "type": [ "SubjectHeading" ], "label": "Burg", "source": { "label": "Gemeinsame Normdatei (GND)", "id": "https://d-nb.info/gnd/7749153-1" }, "id": "https://d-nb.info/gnd/4009104-1", "gndIdentifier": "4009104-1", "altLabel": [ "Burgen" ] }, { "label": "Geschichte" } ] } ]
See: #2029 (comment)
The text was updated successfully, but these errors were encountered:
Add fallback type for RSWK-subject without type #2030
4a64a9d
Check next Monday.
Sorry, something went wrong.
Fixed. Closing http://lobid.org/resources/990026405480206441.json
{ "type" : [ "ComplexSubject" ], "label" : "Burg | Geschichte", "componentList" : [ { "type" : [ "SubjectHeading" ], "label" : "Burg", "source" : { "label" : "Gemeinsame Normdatei (GND)", "id" : "https://d-nb.info/gnd/7749153-1" }, "id" : "https://d-nb.info/gnd/4009104-1", "gndIdentifier" : "4009104-1", "altLabel" : [ "Burgen" ] }, { "type" : [ "SubjectHeading" ], "label" : "Geschichte" } ] } ],
TobiasNx
No branches or pull requests
It seems that the non GND RSWK subjects used to be typed "SubjectHeading" in ALEPH Transformation as fallback. (
lobid-resources/src/main/resources/morph-hbz01-to-lobid.xml
Lines 579 to 600 in 7f982c1
see example:
Aleph:http://aleph.lobid.org/resources/HT006813395.json
ALMA: http://lobid.org/resources/990026405480206441.json
See: #2029 (comment)
The text was updated successfully, but these errors were encountered: