Skip to content

Commit

Permalink
Add variantName[] for f1nd (RPD-102)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Oct 26, 2023
1 parent 0c2e51a commit af267ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conf/output/test-output-rppd-lobid-12.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"rppdId" : "pk00021",
"id" : "https://lbz.rlp.de/rppd/pk00021",
"preferredName" : "Anschuez, Carl / 1818-1870",
"variantName" : [ "Anschutz, Carl / 1818-1870" ]
"variantName" : [ "Anschutz, Carl / 1818-1870", "Anschütz, Karl Friedrich Nikolaus / 1818-1870" ]
}
3 changes: 2 additions & 1 deletion conf/output/test-output-rppd-lobid-20.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"rppdId" : "pta1482",
"id" : "https://lbz.rlp.de/rppd/pta1482",
"preferredName" : "Zenzen, Wilhelm / 1903-1963"
"preferredName" : "Zenzen, Wilhelm / 1903-1963",
"variantName" : [ "Zenzen, Eucharius ¬[Ordensname]¬" ]
}
4 changes: 2 additions & 2 deletions conf/rppd-to-lobid.fix
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ copy_field("f1na", "preferredName")

set_array("variantName[]")
copy_field("f1nc[].*.f1nc", "variantName[].$append")
copy_field("f1nd[].*.f1nd", "variantName[].$append")

# f1nd[].*.f1nd


# -------
# #1ne (Bilddatei) -> image (neue Property?)
# #1ne (Bilddatei) -> depiction.id, oder url, der thumbnail (neue Property?)
# Komentar Doku: vollständiger Dateiname ohne Pfadangaben, aber inkl. Endung; hinter dem Zeichen "@" kann man eine Quellenangabe einfügen; die zugehörige Datei wird an Herrn Dirx geschickt.; Beispiel: #1ne120251973_1.jpg@Mittelrhein-Museum Koblenz


Expand Down

0 comments on commit af267ee

Please sign in to comment.