Skip to content

Commit

Permalink
Update hbz specific elements #7
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Sep 10, 2024
1 parent 607a8b2 commit 0d63b7a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ private void initialize() {

setSubfieldsWithCardinality(
"a", "Systemnummer alt", "NR",
"u", " IDN Exemplar (EPN)", "NR",
"b", "IDN Exemplar (EPN)", "NR",
"9", "Verweis auf Lokalinformation","NR"
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ private void initialize() {
tag = "987";
label = "Selektionskennzeichen IZ";
mqTag = "SelektionskennzeichenIZ";
cardinality = Cardinality.Repeatable;
cardinality = Cardinality.Nonrepeatable;
descriptionUrl = "https://service-wiki.hbz-nrw.de/pages/viewpage.action?pageId=518750316";

ind1 = new Indicator("undefined")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,16 @@ private void initialize() {
"4", "Beziehungscode", "R",
"5", "Institution, auf die sich das Feld bezieht", "R",
"9", "C: - Anwendungskontext (W), L: - Sprachcode (NW), U: - Schriftcode (NW), v: - Bemerkungen (W)", "R",
"t", "Titel eines Werkes", "NR",
"f", "Datum eines Werkes", "NR",
"g", "Zusatz", "R",
"h", "Inhaltstyp", "R",
"l", "Sprache der Expression", "R",
"m", "Medium der Musikaufführung", "R",
"n", "Zählung eines Teils/einer Abteilung eines Werkes", "R",
"o", "Angabe des Musikarrangements", "R",
"p", "Titel eines Teils/einer Abteilung eines Werkes", "R",
"r", "Tonart", "NR",
"A", "Vocabulary subfield", "R",
"B", "Authority ID subfield", "R",
"C", "Authority tag subfield","R"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,16 @@ private void initialize() {
"4", "Beziehungscode", "R",
"5", "Institution, auf die sich das Feld bezieht", "R",
"9", "C: - Anwendungskontext (W), L: - Sprachcode (NW), U: - Schriftcode (NW), v: - Bemerkungen (W)", "R",
"t", "Titel eines Werkes", "NR",
"f", "Datum eines Werkes", "NR",
"g", "Zusatz", "R",
"h", "Inhaltstyp", "R",
"l", "Sprache der Expression", "R",
"m", "Medium der Musikaufführung", "R",
"n", "Zählung eines Teils/einer Abteilung eines Werkes", "R",
"o", "Angabe des Musikarrangements", "R",
"p", "Titel eines Teils/einer Abteilung eines Werkes", "R",
"r", "Tonart", "NR",
"A", "Vocabulary subfield", "R",
"B", "Authority ID subfield", "R",
"C", "Authority tag subfield","R"
Expand Down

0 comments on commit 0d63b7a

Please sign in to comment.