Skip to content

Commit

Permalink
issue #89: processing Update No. 26, April 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiraly committed Feb 4, 2021
1 parent 133c8e3 commit 0f5802d
Show file tree
Hide file tree
Showing 52 changed files with 91 additions and 74 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ private void initialize() {
"u", "Unknown",
"v", "Leather",
"w", "Parchment",
"x", "Not Applicable",
"y", "Other photographic medium",
"z", "Other",
"|", "No attempt to code"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ private void initialize() {
codes = Utils.generateCodes(
"a", "Photocopy, blueline print",
"b", "Photocopy",
"c", "Pre-production",
"c", "Photographic pre-production",
"d", "Film",
"u", "Unknown",
"z", "Other",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ private void initialize() {
);

getSubfield("2").setCodeList(NameAndTitleAuthoritySourceCodes.getInstance());
getSubfield("4").setCodeList(RelatorCodes.getInstance());

getSubfield("6").setContentParser(LinkageParser.getInstance());

Expand Down Expand Up @@ -158,7 +157,8 @@ private void initialize() {
.setMqTag("source");

getSubfield("4")
.setMqTag("relatorCode")
.setMqTag("relationship")
.setCodeList(RelatorCodes.getInstance())
.setFrbrFunctions(DiscoveryIdentify)
.setCompilanceLevels("O", "A");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ private void initialize() {
);

getSubfield("2").setCodeList(NameAndTitleAuthoritySourceCodes.getInstance());
getSubfield("4").setCodeList(RelatorCodes.getInstance());

getSubfield("6").setContentParser(LinkageParser.getInstance());
getSubfield("x").setValidator(ISSNValidator.getInstance());
Expand Down Expand Up @@ -201,7 +200,8 @@ private void initialize() {
.setCompilanceLevels("O");

getSubfield("4")
.setMqTag("relatorCode")
.setMqTag("relationship")
.setCodeList(RelatorCodes.getInstance())
.setFrbrFunctions(DiscoveryIdentify)
.setCompilanceLevels("O");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ private void initialize() {
);

getSubfield("2").setCodeList(NameAndTitleAuthoritySourceCodes.getInstance());
getSubfield("4").setCodeList(RelatorCodes.getInstance());

getSubfield("6").setContentParser(LinkageParser.getInstance());
getSubfield("x").setValidator(ISSNValidator.getInstance());
Expand Down Expand Up @@ -213,7 +212,8 @@ private void initialize() {
.setCompilanceLevels("O");

getSubfield("4")
.setMqTag("relatorCode")
.setMqTag("relationship")
.setCodeList(RelatorCodes.getInstance())
.setFrbrFunctions(DiscoveryIdentify)
.setCompilanceLevels("O");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ private void initialize() {
);

getSubfield("2").setCodeList(NameAndTitleAuthoritySourceCodes.getInstance());
getSubfield("4").setCodeList(RelatorCodes.getInstance());

getSubfield("6").setContentParser(LinkageParser.getInstance());
getSubfield("x").setValidator(ISSNValidator.getInstance());
Expand Down Expand Up @@ -205,7 +204,8 @@ private void initialize() {
.setCompilanceLevels("O");

getSubfield("4")
.setMqTag("relatorCode")
.setMqTag("relationship")
.setCodeList(RelatorCodes.getInstance())
.setFrbrFunctions(DiscoveryIdentify)
.setCompilanceLevels("O");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ private void initialize() {
);

getSubfield("2").setCodeList(NameAndTitleAuthoritySourceCodes.getInstance());
getSubfield("4").setCodeList(RelatorCodes.getInstance());

getSubfield("6").setContentParser(LinkageParser.getInstance());
getSubfield("x").setValidator(ISSNValidator.getInstance());
Expand Down Expand Up @@ -213,7 +212,8 @@ private void initialize() {
.setCompilanceLevels("O");

getSubfield("4")
.setMqTag("relatorCode")
.setMqTag("relationship")
.setCodeList(RelatorCodes.getInstance())
.setFrbrFunctions(DiscoveryIdentify)
.setCompilanceLevels("O");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ private void initialize() {
);

getSubfield("2").setCodeList(NameAndTitleAuthoritySourceCodes.getInstance());
getSubfield("4").setCodeList(RelatorCodes.getInstance());

getSubfield("6").setContentParser(LinkageParser.getInstance());

Expand Down Expand Up @@ -171,7 +170,8 @@ private void initialize() {
.setMqTag("source");

getSubfield("4")
.setMqTag("relatorCode")
.setMqTag("relationship")
.setCodeList(RelatorCodes.getInstance())
.setFrbrFunctions(DiscoveryIdentify)
.setCompilanceLevels("O", "A");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ private void initialize() {
);

getSubfield("2").setCodeList(NameAndTitleAuthoritySourceCodes.getInstance());
getSubfield("4").setCodeList(RelatorCodes.getInstance());

getSubfield("6").setContentParser(LinkageParser.getInstance());

Expand Down Expand Up @@ -157,7 +156,8 @@ private void initialize() {
.setMqTag("source");

getSubfield("4")
.setMqTag("relatorCode")
.setMqTag("relationship")
.setCodeList(RelatorCodes.getInstance())
.setFrbrFunctions(DiscoveryIdentify)
.setCompilanceLevels("O", "A");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ private void initialize() {
);

getSubfield("2").setCodeList(NameAndTitleAuthoritySourceCodes.getInstance());
getSubfield("4").setCodeList(RelatorCodes.getInstance());

getSubfield("6").setContentParser(LinkageParser.getInstance());

Expand Down Expand Up @@ -162,7 +161,8 @@ private void initialize() {
.setMqTag("source");

getSubfield("4")
.setMqTag("relatorCode")
.setMqTag("relationship")
.setCodeList(RelatorCodes.getInstance())
.setFrbrFunctions(DiscoveryIdentify)
.setCompilanceLevels("O", "A");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ private void initialize() {
"8", "Field link and sequence number", "R"
);

getSubfield("4").setCodeList(RelatorCodes.getInstance());

getSubfield("6").setContentParser(LinkageParser.getInstance());

getSubfield("a")
Expand Down Expand Up @@ -172,6 +170,7 @@ private void initialize() {

getSubfield("4")
.setMqTag("relationship")
.setCodeList(RelatorCodes.getInstance())
.setCompilanceLevels("O");

getSubfield("6")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ private void initialize() {
"0", "Authority record control number or standard number", "R",
"1", "Real World Object URI", "R",
"2", "Source", "NR",
"3", "Materials specified", "NR",
"6", "Linkage", "NR",
"8", "Field link and sequence number", "R"
);
Expand All @@ -75,6 +76,9 @@ private void initialize() {
getSubfield("2")
.setMqTag("source");

getSubfield("3")
.setMqTag("materials");

getSubfield("6")
.setBibframeTag("linkage");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ private void initialize() {
"0", "Record control number", "R",
"1", "Real World Object URI", "R",
"2", "Source of term", "NR",
"3", "Materials specified", "NR",
"6", "Linkage", "NR",
"8", "Field link and sequence number", "R"
);
Expand All @@ -67,6 +68,7 @@ private void initialize() {
.setMqTag("source")
.setCompilanceLevels("A");


getSubfield("6")
.setBibframeTag("linkage")
.setCompilanceLevels("A");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ private void initialize() {
"0", "Record control number", "R",
"1", "Real World Object URI", "R",
"2", "Source of term", "NR",
"3", "Materials specified", "NR",
"6", "Linkage", "NR",
"8", "Field link and sequence number", "R"
);
Expand Down Expand Up @@ -76,6 +77,9 @@ private void initialize() {
.setMqTag("source")
.setCompilanceLevels("A");

getSubfield("3")
.setMqTag("materials");

getSubfield("6")
.setBibframeTag("linkage")
.setCompilanceLevels("A");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ private void initialize() {
"d", "Thematic index code", "NR",
"e", "Publisher associated with opus number", "NR",
"2", "Source", "NR",
"3", "Materials specified", "NR",
"6", "Linkage", "NR",
"8", "Field link and sequence number", "R"
);
Expand Down Expand Up @@ -72,6 +73,9 @@ private void initialize() {
getSubfield("2")
.setMqTag("source");

getSubfield("3")
.setMqTag("materials");

getSubfield("6")
.setBibframeTag("linkage")
.setCompilanceLevels("A");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ private void initialize() {
"8", "Field link and sequence number", "R"
);

getSubfield("4").setCodeList(RelatorCodes.getInstance());

getSubfield("6").setContentParser(LinkageParser.getInstance());
getSubfield("x").setValidator(ISSNValidator.getInstance());

Expand Down Expand Up @@ -122,7 +120,8 @@ private void initialize() {
.setMqTag("issn");

getSubfield("4")
.setMqTag("relationship");
.setMqTag("relationship")
.setCodeList(RelatorCodes.getInstance());

getSubfield("6")
.setBibframeTag("linkage");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ private void initialize() {
"8", "Field link and sequence number", "R"
);

getSubfield("4").setCodeList(RelatorCodes.getInstance());

getSubfield("6").setContentParser(LinkageParser.getInstance());
getSubfield("x").setValidator(ISSNValidator.getInstance());

Expand Down Expand Up @@ -120,7 +118,8 @@ private void initialize() {
.setMqTag("issn");

getSubfield("4")
.setMqTag("relationship");
.setMqTag("relationship")
.setCodeList(RelatorCodes.getInstance());

getSubfield("6")
.setBibframeTag("linkage");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ private void initialize() {
"8", "Field link and sequence number", "R"
);

getSubfield("4").setCodeList(RelatorCodes.getInstance());

getSubfield("6").setContentParser(LinkageParser.getInstance());
getSubfield("x").setValidator(ISSNValidator.getInstance());

Expand Down Expand Up @@ -120,7 +118,8 @@ private void initialize() {
.setMqTag("issn");

getSubfield("4")
.setMqTag("relationship");
.setMqTag("relationship")
.setCodeList(RelatorCodes.getInstance());

getSubfield("6")
.setBibframeTag("linkage");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ private void initialize() {
);

getSubfield("2").setCodeList(SubjectHeadingAndTermSourceCodes.getInstance());
getSubfield("4").setCodeList(RelatorCodes.getInstance());

getSubfield("6").setContentParser(LinkageParser.getInstance());

Expand Down Expand Up @@ -250,6 +249,7 @@ private void initialize() {

getSubfield("4")
.setMqTag("relationship")
.setCodeList(RelatorCodes.getInstance())
.setFrbrFunctions(DiscoveryIdentify)
.setCompilanceLevels("O");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ private void initialize() {
);

getSubfield("2").setCodeList(SubjectHeadingAndTermSourceCodes.getInstance());
getSubfield("4").setCodeList(RelatorCodes.getInstance());

getSubfield("6").setContentParser(LinkageParser.getInstance());

Expand Down Expand Up @@ -229,7 +228,8 @@ private void initialize() {
.setCompilanceLevels("O");

getSubfield("4")
.setMqTag("relatorCode")
.setMqTag("relationship")
.setCodeList(RelatorCodes.getInstance())
.setFrbrFunctions(DiscoveryIdentify)
.setCompilanceLevels("O");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ private void initialize() {
);

getSubfield("2").setCodeList(SubjectHeadingAndTermSourceCodes.getInstance());
getSubfield("4").setCodeList(RelatorCodes.getInstance());

getSubfield("6").setContentParser(LinkageParser.getInstance());

Expand Down Expand Up @@ -217,7 +216,8 @@ private void initialize() {
.setCompilanceLevels("O");

getSubfield("4")
.setMqTag("relatorCode")
.setMqTag("relationship")
.setCodeList(RelatorCodes.getInstance())
.setFrbrFunctions(DiscoveryIdentify)
.setCompilanceLevels("O");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ private void initialize() {
);

getSubfield("2").setCodeList(SubjectHeadingAndTermSourceCodes.getInstance());
getSubfield("4").setCodeList(RelatorCodes.getInstance());

getSubfield("6").setContentParser(LinkageParser.getInstance());

Expand Down Expand Up @@ -212,6 +211,7 @@ private void initialize() {

getSubfield("4")
.setMqTag("relationship")
.setCodeList(RelatorCodes.getInstance())
.setFrbrFunctions(DiscoveryIdentify)
.setCompilanceLevels("O");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ private void initialize() {
"8", "Field link and sequence number", "R"
);

getSubfield("4").setCodeList(RelatorCodes.getInstance());
getSubfield("2").setCodeList(SubjectHeadingAndTermSourceCodes.getInstance());

getSubfield("6").setContentParser(LinkageParser.getInstance());
Expand Down Expand Up @@ -162,6 +161,7 @@ private void initialize() {

getSubfield("4")
.setMqTag("relationship")
.setCodeList(RelatorCodes.getInstance())
.setFrbrFunctions(DiscoveryIdentify)
.setCompilanceLevels("O");

Expand Down
Loading

0 comments on commit 0f5802d

Please sign in to comment.