Skip to content

Commit

Permalink
Delete hbzIds for local records #2108
Browse files Browse the repository at this point in the history
Talked to Verbundgruppe N.D. she said conceptually no local records should have hbzIds. Therefore I suggest deleting them.
  • Loading branch information
TobiasNx committed Dec 12, 2024
1 parent 7450c37 commit faa0a74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/alma/fix/identifiers.fix
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,7 @@ unless exists("hbzId")
copy_field("@hbzId","hbzId")
end
end

unless exists("@inNZ")
remove_field("hbzId")
end
2 changes: 0 additions & 2 deletions src/test/resources/alma-fix/991000128689108979.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
} ],
"title" : "Kreisfreie Städte und Landkreise",
"almaMmsId" : "991000128689108979",
"hbzId" : "HT006919400",
"deprecatedUri" : "http://lobid.org/resources/HT006919400#!",
"publication" : [ {
"type" : [ "PublicationEvent" ],
Expand Down Expand Up @@ -55,7 +54,6 @@
"hasItem" : [ {
"label" : "lobid Bestandsressource",
"type" : [ "Item", "NurTitel" ],
"seeAlso" : [ "https://bibserv.fh-trier.de/webOPACClient/start.do?Query=0010=%22HT006919400%22" ],
"heldBy" : {
"isil" : "DE-Tr5",
"id" : "http://lobid.org/organisations/DE-Tr5#!",
Expand Down

0 comments on commit faa0a74

Please sign in to comment.