Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 38 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/alma/fix/item.fix
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ end

set_array("@callNumberRvk[]")
do list(path:"hasItem[]","var":"$i")
if any_match("$i.callNumber","[A-Z][A-Z] \\d{3,6} .*")
if any_match("$i.callNumber","([A-Z]{2} \\d{3,6})(\\.\\d*)?( [A-Z]\\d+)+([\\.\\d\\-\\(\\)+]*)?")
copy_field("$i.callNumber","@callNumberRvk[].$append")
end
end
Expand Down
7 changes: 0 additions & 7 deletions src/test/resources/alma-fix/990109712970206441.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,6 @@
"gndIdentifier" : "2085343-9",
"altLabel" : [ "Beethoven-Haus", "Bonner Beethoven-Haus", "Bonner Beethovenhaus" ]
} ]
}, {
"notation" : "BM 800",
"type" : [ "Concept" ],
"source" : {
"label" : "RVK (Regensburger Verbundklassifikation)",
"id" : "https://d-nb.info/gnd/4449787-8"
}
} ],
"spatial" : [ {
"id" : "https://nwbib.de/spatial#Q586",
Expand Down
8 changes: 0 additions & 8 deletions src/test/resources/alma-fix/990122511970206441.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,6 @@
"type" : [ "Work" ]
},
"extent" : "2 CD : DDD + Beih.",
"subject" : [ {
"notation" : "CD 2410",
"type" : [ "Concept" ],
"source" : {
"label" : "RVK (Regensburger Verbundklassifikation)",
"id" : "https://d-nb.info/gnd/4449787-8"
}
} ],
"hasItem" : [ {
"label" : "lobid Bestandsressource",
"type" : [ "Item", "PhysicalObject" ],
Expand Down
15 changes: 0 additions & 15 deletions src/test/resources/alma-fix/990210237770206441.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,21 +91,6 @@
} ],
"extent" : "1 Partitur (12 Seiten)",
"note" : [ "Hier auch später erschienene, unveränderte Nachdrucke" ],
"subject" : [ {
"notation" : "NV 102",
"type" : [ "Concept" ],
"source" : {
"label" : "RVK (Regensburger Verbundklassifikation)",
"id" : "https://d-nb.info/gnd/4449787-8"
}
}, {
"notation" : "NB 2023",
"type" : [ "Concept" ],
"source" : {
"label" : "RVK (Regensburger Verbundklassifikation)",
"id" : "https://d-nb.info/gnd/4449787-8"
}
} ],
"hasItem" : [ {
"label" : "lobid Bestandsressource",
"type" : [ "Item", "PhysicalObject" ],
Expand Down
7 changes: 0 additions & 7 deletions src/test/resources/alma-fix/99370771475306441.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,13 +245,6 @@
"id" : "https://d-nb.info/gnd/4181939-1",
"gndIdentifier" : "4181939-1"
} ]
}, {
"notation" : "MS 6020",
"type" : [ "Concept" ],
"source" : {
"label" : "RVK (Regensburger Verbundklassifikation)",
"id" : "https://d-nb.info/gnd/4449787-8"
}
} ],
"subjectslabels" : [ "Altern", "Berufliche Stellung", "Bildung", "Einkommensungleichheit", "Gesundheit", "Gesundheitspolitik", "Krankheit", "Soziale Benachteiligung", "Soziale Gerechtigkeit", "Soziale Ungleichheit, Armut, Rassismus", "Gesundheitssoziologie, Medizinsoziologie", "Wirtschaftssoziologie, Arbeitssoziologie, Organisationssoziologie", "Soziale Ungleichheit", "Teilhabe", "Gesundheitswesen", "Sozialer Friede" ],
"hasItem" : [ {
Expand Down

0 comments on commit f5653e5

Please sign in to comment.