Skip to content

Commit

Permalink
Adjust wrong mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Feb 12, 2025
1 parent 4e5e626 commit 7de5d02
Show file tree
Hide file tree
Showing 3 changed files with 2,488 additions and 1,865 deletions.
3 changes: 2 additions & 1 deletion mab2De-Sol1Holdings_seq.fix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ end
if any_equal("FMT","ME")
set_hash("holding")
paste("holding.id","~http://lobid.org/items/", "almaMmsId", "~:DE-Sol1:", "001.a","~#!",join_char:"") # Checken ob 001 als Item Id genutzt werden soll.
add_field("holding.label", "lobid Bestandsressource")
copy_field("100.a","holding.callNumber")
copy_field("115.a","holding.inventoryNumber")
copy_field("120.a","holding.serialNumber")
Expand All @@ -29,7 +30,7 @@ if any_equal("FMT","ME")
add_field("holding.inCollection[].$last.label", "Stadtarchiv Solingen, Bibliothek")
add_field("holding.heldBy.isil", "DE-Sol1")
add_field("holding.heldBy.id", "http://lobid.org/organisations/DE-Sol1#!")
add_field("holding.label", "Stadtarchiv Solingen, Bibliothek")
add_field("holding.heldBy.label", "Stadtarchiv Solingen, Bibliothek")
set_array("holding.type[]")
add_field("holding.type[].$append", "Item")
add_field("holding.type[].$append", "PhysicalObject") # Wie kann man andere Publikationstypen mappen?
Expand Down
Loading

0 comments on commit 7de5d02

Please sign in to comment.