From 72c30d8d15019ca83727451635a22c3cb8dd3b0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20Vo=C3=9F?= Date: Mon, 11 Dec 2023 13:36:27 +0100 Subject: [PATCH] Extend migration of MARC authority record definition to Avram (#370) (#380) * Avram schema: Rename 'leader' to 'LDR' (#370) * Avram schema: Remove 'static' (#370) * Avram schema: Rename 'value' to 'code' (#370) --- .../schema/AvramMarc21SchemaReader.java | 13 +- .../marc/authority-schema.avram.json | 5115 ++++++----------- 2 files changed, 1746 insertions(+), 3382 deletions(-) diff --git a/src/main/java/de/gwdg/metadataqa/marc/utils/marcreader/schema/AvramMarc21SchemaReader.java b/src/main/java/de/gwdg/metadataqa/marc/utils/marcreader/schema/AvramMarc21SchemaReader.java index 330369930..7740832da 100644 --- a/src/main/java/de/gwdg/metadataqa/marc/utils/marcreader/schema/AvramMarc21SchemaReader.java +++ b/src/main/java/de/gwdg/metadataqa/marc/utils/marcreader/schema/AvramMarc21SchemaReader.java @@ -31,9 +31,9 @@ public class AvramMarc21SchemaReader { private static final Map knownFieldProperties = Map.of( "label", 1, "repeatable", 1, "indicators", 1, "subfields", 1, "positions", 1); private static final Map knownSubfieldProperties = Map.of( - "label", 1, "repeatable", 1, "static", 1, "codes", 1); + "label", 1, "repeatable", 1, "codes", 1); private static final Map knownSubfieldCodeProperties = Map.of( - "label", 1, "value",1); + "label", 1, "code",1); private static final Map knownIndicatorProperties = Map.of( "label", 1, "codes",1); private JSONParser parser = new JSONParser(JSONParser.MODE_RFC4627); @@ -85,8 +85,11 @@ private void process(JSONObject jsonObject) throws IOException, ParseException, if (!knownFieldProperties.containsKey(property)) logger.warning("unhandled field property: " + property); } - if (id.equals("008") || id.equals("leader")) + if (id.equals("008") || id.equals("LDR")) { tag = new DefaultControlFieldDefinition((Marc21DataFieldDefinition) tag); + if (id.equals("LDR")) + id = "leader"; + } if (!map.containsKey(id)) map.put(id, tag); @@ -211,8 +214,8 @@ private List processStaticValues(Object staticValuesObject) { String code = codeEntry.getKey(); if (codeEntry.getValue() instanceof JSONObject) { JSONObject property = (JSONObject) codeEntry.getValue(); - if (!code.equals(property.get("value"))) - logger.warning(String.format("code is different to code value: %s vs %s", code, (String)property.get("value"))); + if (!code.equals(property.get("code"))) + logger.warning(String.format("code is different to code value: %s vs %s", code, (String)property.get("coden"))); else list.add(new EncodedValue(code, (String) property.get("label"))); for (String key : property.keySet()) { diff --git a/src/main/resources/marc/authority-schema.avram.json b/src/main/resources/marc/authority-schema.avram.json index d343697b7..f22f7252e 100644 --- a/src/main/resources/marc/authority-schema.avram.json +++ b/src/main/resources/marc/authority-schema.avram.json @@ -20,18 +20,15 @@ "subfields":{ "a":{ "label":"LC control number", - "repeatable":false, - "static":false + "repeatable":false }, "z":{ "label":"Canceled/invalid LC control number", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":false @@ -55,18 +52,15 @@ "subfields":{ "a":{ "label":"Control number of related bibliographic record", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -91,23 +85,19 @@ "subfields":{ "a":{ "label":"Record control number", - "repeatable":false, - "static":false + "repeatable":false }, "z":{ "label":"Canceled or invalid record control number", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -131,33 +121,27 @@ "subfields":{ "a":{ "label":"International Standard Book Number", - "repeatable":false, - "static":false + "repeatable":false }, "c":{ "label":"Terms of availability", - "repeatable":false, - "static":false + "repeatable":false }, "q":{ "label":"Qualifying information", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Canceled/invalid ISBN", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -181,48 +165,39 @@ "subfields":{ "a":{ "label":"International Standard Serial Number", - "repeatable":false, - "static":false + "repeatable":false }, "l":{ "label":"ISSN-L", - "repeatable":false, - "static":false + "repeatable":false }, "m":{ "label":"Canceled ISSN-L", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Incorrect ISSN", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Canceled ISSN", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":false, - "static":false + "repeatable":false }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -247,58 +222,47 @@ "subfields":{ "a":{ "label":"Standard number or code", - "repeatable":false, - "static":false + "repeatable":false }, "c":{ "label":"Terms of availability", - "repeatable":false, - "static":false + "repeatable":false }, "d":{ "label":"Additional codes following the standard number or code", - "repeatable":false, - "static":false + "repeatable":false }, "q":{ "label":"Qualifying information", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Canceled/invalid standard number or code", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":false, - "static":false + "repeatable":false }, "1":{ "label":"Real World Object URI", - "repeatable":false, - "static":false + "repeatable":false }, "2":{ "label":"Source", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -322,103 +286,83 @@ "subfields":{ "a":{ "label":"Number of work", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Number of movement", - "repeatable":false, - "static":false + "repeatable":false }, "c":{ "label":"Number of excerpt", - "repeatable":false, - "static":false + "repeatable":false }, "d":{ "label":"Caption or heading", - "repeatable":true, - "static":false + "repeatable":true }, "e":{ "label":"Role", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Clef", - "repeatable":false, - "static":false + "repeatable":false }, "m":{ "label":"Voice/instrument", - "repeatable":false, - "static":false + "repeatable":false }, "n":{ "label":"Key signature", - "repeatable":false, - "static":false + "repeatable":false }, "o":{ "label":"Time signature", - "repeatable":false, - "static":false + "repeatable":false }, "p":{ "label":"Musical notation", - "repeatable":false, - "static":false + "repeatable":false }, "q":{ "label":"General note", - "repeatable":true, - "static":false + "repeatable":true }, "r":{ "label":"Key or mode", - "repeatable":false, - "static":false + "repeatable":false }, "s":{ "label":"Coded validity note", - "repeatable":true, - "static":false + "repeatable":true }, "t":{ "label":"Text incipit", - "repeatable":true, - "static":false + "repeatable":true }, "u":{ "label":"Uniform Resource Identifier", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Link text", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Public note", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"System code", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -444,113 +388,91 @@ "subfields":{ "d":{ "label":"Coordinates", - "repeatable":false, - "static":false + "repeatable":false }, "e":{ "label":"Coordinates", - "repeatable":false, - "static":false + "repeatable":false }, "f":{ "label":"Coordinates", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Coordinates", - "repeatable":false, - "static":false + "repeatable":false }, "j":{ "label":"Declination", - "repeatable":false, - "static":false + "repeatable":false }, "k":{ "label":"Declination", - "repeatable":false, - "static":false + "repeatable":false }, "m":{ "label":"Right ascension", - "repeatable":false, - "static":false + "repeatable":false }, "n":{ "label":"Right ascension", - "repeatable":false, - "static":false + "repeatable":false }, "p":{ "label":"Equinox", - "repeatable":false, - "static":false + "repeatable":false }, "r":{ "label":"Distance from earth", - "repeatable":false, - "static":false + "repeatable":false }, "s":{ "label":"G-ring latitude", - "repeatable":true, - "static":false + "repeatable":true }, "t":{ "label":"G-ring longitude", - "repeatable":true, - "static":false + "repeatable":true }, "x":{ "label":"Beginning date", - "repeatable":false, - "static":false + "repeatable":false }, "y":{ "label":"Ending date", - "repeatable":false, - "static":false + "repeatable":false }, "z":{ "label":"Name of extraterrestrial body", - "repeatable":false, - "static":false + "repeatable":false }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source", - "repeatable":false, - "static":false + "repeatable":false }, "3":{ "label":"Materials specified", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -574,23 +496,19 @@ "subfields":{ "a":{ "label":"System control number", - "repeatable":false, - "static":false + "repeatable":false }, "z":{ "label":"Canceled/invalid system control number", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -614,43 +532,35 @@ "subfields":{ "a":{ "label":"Original cataloging agency", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Language of cataloging", - "repeatable":false, - "static":false + "repeatable":false }, "c":{ "label":"Transcribing agency", - "repeatable":false, - "static":false + "repeatable":false }, "d":{ "label":"Modifying agency", - "repeatable":true, - "static":false + "repeatable":true }, "e":{ "label":"Description conventions", - "repeatable":true, - "static":false + "repeatable":true }, "f":{ "label":"Subject heading/thesaurus conventions", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":false @@ -692,48 +602,39 @@ "subfields":{ "a":{ "label":"Geographic area code", - "repeatable":true, - "static":false + "repeatable":true }, "b":{ "label":"Local GAC code", - "repeatable":true, - "static":false + "repeatable":true }, "c":{ "label":"ISO code", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source of local code", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -760,28 +661,23 @@ "subfields":{ "a":{ "label":"Time period code", - "repeatable":true, - "static":false + "repeatable":true }, "b":{ "label":"Formatted 9999 B.C. through C.E. time period", - "repeatable":true, - "static":false + "repeatable":true }, "c":{ "label":"Formatted pre-9999 B.C. time period", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":false @@ -805,93 +701,75 @@ "subfields":{ "f":{ "label":"Birth date", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Death date", - "repeatable":false, - "static":false + "repeatable":false }, "k":{ "label":"Beginning or single date created", - "repeatable":false, - "static":false + "repeatable":false }, "l":{ "label":"Ending date created", - "repeatable":false, - "static":false + "repeatable":false }, "o":{ "label":"Single or starting date for aggregated content", - "repeatable":false, - "static":false + "repeatable":false }, "p":{ "label":"Ending date for aggregated content", - "repeatable":false, - "static":false + "repeatable":false }, "q":{ "label":"Establishment date", - "repeatable":false, - "static":false + "repeatable":false }, "r":{ "label":"Termination date", - "repeatable":false, - "static":false + "repeatable":false }, "s":{ "label":"Start period", - "repeatable":false, - "static":false + "repeatable":false }, "t":{ "label":"End period", - "repeatable":false, - "static":false + "repeatable":false }, "u":{ "label":"Uniform Resource Identifier", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Source of information", - "repeatable":true, - "static":false + "repeatable":true }, "x":{ "label":"Nonpublic note", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Public note", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source of date scheme", - "repeatable":false, - "static":false + "repeatable":false }, "3":{ "label":"Materials specified", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -916,43 +794,35 @@ "subfields":{ "a":{ "label":"Classification number", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Item number", - "repeatable":false, - "static":false + "repeatable":false }, "d":{ "label":"Volumes/dates to which call number applies", - "repeatable":false, - "static":false + "repeatable":false }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -978,43 +848,35 @@ "subfields":{ "a":{ "label":"Geographic classification area code", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Geographic classification subarea code", - "repeatable":true, - "static":false + "repeatable":true }, "d":{ "label":"Populated place name", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Code source", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -1039,43 +901,35 @@ "subfields":{ "a":{ "label":"Classification number element-single number or beginning number of span", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Classification number element-ending number of span", - "repeatable":false, - "static":false + "repeatable":false }, "c":{ "label":"Explanatory term", - "repeatable":false, - "static":false + "repeatable":false }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -1100,48 +954,39 @@ "subfields":{ "a":{ "label":"Classification number", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Item number", - "repeatable":false, - "static":false + "repeatable":false }, "d":{ "label":"Volumes/dates to which call number applies", - "repeatable":false, - "static":false + "repeatable":false }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Number source", - "repeatable":false, - "static":false + "repeatable":false }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -1166,43 +1011,35 @@ "subfields":{ "a":{ "label":"Classification number", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Item number", - "repeatable":false, - "static":false + "repeatable":false }, "d":{ "label":"Volumes/dates to which call number applies", - "repeatable":false, - "static":false + "repeatable":false }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -1226,53 +1063,43 @@ "subfields":{ "a":{ "label":"Classification number element-single number or beginning of span", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Classification number element-ending number of span", - "repeatable":false, - "static":false + "repeatable":false }, "c":{ "label":"Explanatory term", - "repeatable":false, - "static":false + "repeatable":false }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Number source", - "repeatable":false, - "static":false + "repeatable":false }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -1296,18 +1123,15 @@ "subfields":{ "a":{ "label":"Primary G0 character set", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Primary G1 character set", - "repeatable":false, - "static":false + "repeatable":false }, "c":{ "label":"Alternate G0 or G1 character set", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":false @@ -1331,38 +1155,31 @@ "subfields":{ "a":{ "label":"Classification number", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Item number", - "repeatable":false, - "static":false + "repeatable":false }, "d":{ "label":"Volumes/dates to which call number applies", - "repeatable":false, - "static":false + "repeatable":false }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -1388,28 +1205,23 @@ "subfields":{ "a":{ "label":"Subject category code", - "repeatable":false, - "static":false + "repeatable":false }, "x":{ "label":"Subject category code subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Code source", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -1433,23 +1245,19 @@ "subfields":{ "a":{ "label":"Subdivision usage", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Code source", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":false @@ -1473,28 +1281,23 @@ "subfields":{ "a":{ "label":"Type of entity term", - "repeatable":true, - "static":false + "repeatable":true }, "b":{ "label":"Type of entity code", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source", - "repeatable":false, - "static":false + "repeatable":false } }, "repeatable":true @@ -1520,43 +1323,35 @@ "subfields":{ "a":{ "label":"Universal Decimal Classification number", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Item number", - "repeatable":false, - "static":false + "repeatable":false }, "x":{ "label":"Common auxiliary subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Edition identifier", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -1584,38 +1379,31 @@ "subfields":{ "a":{ "label":"Classification number", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Item number", - "repeatable":false, - "static":false + "repeatable":false }, "d":{ "label":"Volumes/dates to which call number applies", - "repeatable":false, - "static":false + "repeatable":false }, "2":{ "label":"Edition information", - "repeatable":false, - "static":false + "repeatable":false }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -1642,48 +1430,39 @@ "subfields":{ "a":{ "label":"Classification number element-single number or beginning number of span", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Classification number element-ending number of span", - "repeatable":false, - "static":false + "repeatable":false }, "c":{ "label":"Explanatory term", - "repeatable":false, - "static":false + "repeatable":false }, "y":{ "label":"Table sequence number for internal subarrangement or add table", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Table identification-table number", - "repeatable":false, - "static":false + "repeatable":false }, "2":{ "label":"Edition information", - "repeatable":false, - "static":false + "repeatable":false }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -1709,38 +1488,31 @@ "subfields":{ "a":{ "label":"Call number", - "repeatable":false, - "static":false + "repeatable":false }, "d":{ "label":"Volumes/dates to which call number applies", - "repeatable":false, - "static":false + "repeatable":false }, "z":{ "label":"Canceled/invalid call number", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Number source", - "repeatable":false, - "static":false + "repeatable":false }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -1766,43 +1538,35 @@ "subfields":{ "a":{ "label":"Classification number element-Single number of beginning number of span", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Classification number element-Ending number of span", - "repeatable":false, - "static":false + "repeatable":false }, "c":{ "label":"Explanatory information", - "repeatable":false, - "static":false + "repeatable":false }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Number source", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -1828,133 +1592,107 @@ "subfields":{ "a":{ "label":"Personal name", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Numeration", - "repeatable":false, - "static":false + "repeatable":false }, "c":{ "label":"Titles and other words associated with a name", - "repeatable":true, - "static":false + "repeatable":true }, "d":{ "label":"Dates associated with a name", - "repeatable":false, - "static":false + "repeatable":false }, "e":{ "label":"Relator term", - "repeatable":true, - "static":false + "repeatable":true }, "f":{ "label":"Date of a work", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Miscellaneous information", - "repeatable":true, - "static":false + "repeatable":true }, "h":{ "label":"Medium", - "repeatable":false, - "static":false + "repeatable":false }, "j":{ "label":"Attribution qualifier", - "repeatable":true, - "static":false + "repeatable":true }, "k":{ "label":"Form subheading", - "repeatable":true, - "static":false + "repeatable":true }, "l":{ "label":"Language of a work", - "repeatable":false, - "static":false + "repeatable":false }, "m":{ "label":"Medium of performance for music", - "repeatable":true, - "static":false + "repeatable":true }, "n":{ "label":"Number of part/section of a work", - "repeatable":true, - "static":false + "repeatable":true }, "o":{ "label":"Arranged statement for music", - "repeatable":false, - "static":false + "repeatable":false }, "p":{ "label":"Name of part/section of a work", - "repeatable":true, - "static":false + "repeatable":true }, "q":{ "label":"Fuller form of name", - "repeatable":false, - "static":false + "repeatable":false }, "r":{ "label":"Key for music", - "repeatable":false, - "static":false + "repeatable":false }, "s":{ "label":"Version", - "repeatable":true, - "static":false + "repeatable":true }, "t":{ "label":"Title of a work", - "repeatable":false, - "static":false + "repeatable":false }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":false @@ -1980,123 +1718,99 @@ "subfields":{ "a":{ "label":"Corporate name or jurisdiction name as entry element", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Subordinate unit", - "repeatable":true, - "static":false + "repeatable":true }, "c":{ "label":"Location of meeting", - "repeatable":true, - "static":false + "repeatable":true }, "d":{ "label":"Date of meeting or treaty signing", - "repeatable":true, - "static":false + "repeatable":true }, "e":{ "label":"Relator term", - "repeatable":true, - "static":false + "repeatable":true }, "f":{ "label":"Date of a work", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Miscellaneous information", - "repeatable":true, - "static":false + "repeatable":true }, "h":{ "label":"Medium", - "repeatable":false, - "static":false + "repeatable":false }, "k":{ "label":"Form subheading", - "repeatable":true, - "static":false + "repeatable":true }, "l":{ "label":"Language of a work", - "repeatable":false, - "static":false + "repeatable":false }, "m":{ "label":"Medium of performance for music", - "repeatable":true, - "static":false + "repeatable":true }, "n":{ "label":"Number of part/section/meeting", - "repeatable":true, - "static":false + "repeatable":true }, "o":{ "label":"Arranged statement for music", - "repeatable":false, - "static":false + "repeatable":false }, "p":{ "label":"Name of part/section of a work", - "repeatable":true, - "static":false + "repeatable":true }, "r":{ "label":"Key for music", - "repeatable":false, - "static":false + "repeatable":false }, "s":{ "label":"Version", - "repeatable":true, - "static":false + "repeatable":true }, "t":{ "label":"Title of a work", - "repeatable":false, - "static":false + "repeatable":false }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":false @@ -2122,113 +1836,91 @@ "subfields":{ "a":{ "label":"Meeting name or jurisdiction name as entry element", - "repeatable":false, - "static":false + "repeatable":false }, "c":{ "label":"Location of meeting", - "repeatable":true, - "static":false + "repeatable":true }, "d":{ "label":"Date of meeting or treaty signing", - "repeatable":true, - "static":false + "repeatable":true }, "e":{ "label":"Subordinate unit", - "repeatable":true, - "static":false + "repeatable":true }, "f":{ "label":"Date of a work", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Miscellaneous information", - "repeatable":true, - "static":false + "repeatable":true }, "h":{ "label":"Medium", - "repeatable":false, - "static":false + "repeatable":false }, "j":{ "label":"Relator term", - "repeatable":true, - "static":false + "repeatable":true }, "k":{ "label":"Form subheading", - "repeatable":true, - "static":false + "repeatable":true }, "l":{ "label":"Language of a work", - "repeatable":false, - "static":false + "repeatable":false }, "n":{ "label":"Number of part/section/meeting", - "repeatable":true, - "static":false + "repeatable":true }, "p":{ "label":"Name of part/section of a work", - "repeatable":true, - "static":false + "repeatable":true }, "q":{ "label":"Name of meeting following jurisdiction name entry element", - "repeatable":false, - "static":false + "repeatable":false }, "s":{ "label":"Version", - "repeatable":true, - "static":false + "repeatable":true }, "t":{ "label":"Title of a work", - "repeatable":false, - "static":false + "repeatable":false }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":false @@ -2252,108 +1944,87 @@ "subfields":{ "a":{ "label":"Uniform title", - "repeatable":false, - "static":false + "repeatable":false }, "d":{ "label":"Date of treaty signing", - "repeatable":true, - "static":false + "repeatable":true }, "f":{ "label":"Date of a work", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Miscellaneous information", - "repeatable":true, - "static":false + "repeatable":true }, "h":{ "label":"Medium", - "repeatable":false, - "static":false + "repeatable":false }, "k":{ "label":"Form subheading", - "repeatable":true, - "static":false + "repeatable":true }, "l":{ "label":"Language of a work", - "repeatable":false, - "static":false + "repeatable":false }, "m":{ "label":"Medium of performance for music", - "repeatable":true, - "static":false + "repeatable":true }, "n":{ "label":"Number of part/section of a work", - "repeatable":true, - "static":false + "repeatable":true }, "o":{ "label":"Arranged statement for music", - "repeatable":false, - "static":false + "repeatable":false }, "p":{ "label":"Name of part/section of a work", - "repeatable":true, - "static":false + "repeatable":true }, "r":{ "label":"Key for music", - "repeatable":false, - "static":false + "repeatable":false }, "s":{ "label":"Version", - "repeatable":true, - "static":false + "repeatable":true }, "t":{ "label":"Title of a work", - "repeatable":false, - "static":false + "repeatable":false }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":false @@ -2377,58 +2048,47 @@ "subfields":{ "a":{ "label":"Named event", - "repeatable":false, - "static":false + "repeatable":false }, "c":{ "label":"Location of named event", - "repeatable":true, - "static":false + "repeatable":true }, "d":{ "label":"Date of named event", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Miscellaneous information", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":false @@ -2452,43 +2112,35 @@ "subfields":{ "a":{ "label":"Chronological term", - "repeatable":false, - "static":false + "repeatable":false }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":false @@ -2512,53 +2164,43 @@ "subfields":{ "a":{ "label":"Topical term or geographic name entry element", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Topical term following geographic name entry element", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Miscellaneous information", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":false @@ -2582,48 +2224,39 @@ "subfields":{ "a":{ "label":"Geographic name", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Miscellaneous information", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":false @@ -2647,43 +2280,35 @@ "subfields":{ "a":{ "label":"Genre/form term", - "repeatable":false, - "static":false + "repeatable":false }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":false @@ -2707,23 +2332,19 @@ "subfields":{ "a":{ "label":"Medium of performance term", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":false @@ -2747,38 +2368,31 @@ "subfields":{ "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":false @@ -2802,38 +2416,31 @@ "subfields":{ "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":false @@ -2857,38 +2464,31 @@ "subfields":{ "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":false @@ -2912,38 +2512,31 @@ "subfields":{ "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":false @@ -2967,38 +2560,31 @@ "subfields":{ "a":{ "label":"Heading referred to", - "repeatable":true, - "static":false + "repeatable":true }, "i":{ "label":"Explanatory text", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -3022,48 +2608,39 @@ "subfields":{ "a":{ "label":"Extension plan term", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Extension plan code", - "repeatable":false, - "static":false + "repeatable":false }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source", - "repeatable":false, - "static":false + "repeatable":false }, "3":{ "label":"Materials specified", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -3087,48 +2664,39 @@ "subfields":{ "a":{ "label":"Content type term", - "repeatable":true, - "static":false + "repeatable":true }, "b":{ "label":"Content type code", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source", - "repeatable":false, - "static":false + "repeatable":false }, "3":{ "label":"Materials specified", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -3152,48 +2720,39 @@ "subfields":{ "a":{ "label":"Format of notated music term", - "repeatable":true, - "static":false + "repeatable":true }, "b":{ "label":"Format of notated music code", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source of term", - "repeatable":false, - "static":false + "repeatable":false }, "3":{ "label":"Materials specified", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -3217,38 +2776,31 @@ "subfields":{ "a":{ "label":"Heading referred to", - "repeatable":true, - "static":false + "repeatable":true }, "i":{ "label":"Explanatory text", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -3274,88 +2826,71 @@ "subfields":{ "a":{ "label":"Name", - "repeatable":false, - "static":false + "repeatable":false }, "f":{ "label":"Ownership and custodial history evidence term", - "repeatable":true, - "static":false + "repeatable":true }, "k":{ "label":"Formatted date", - "repeatable":false, - "static":false + "repeatable":false }, "l":{ "label":"Date", - "repeatable":false, - "static":false + "repeatable":false }, "o":{ "label":"Type of ownership and custodial history information", - "repeatable":true, - "static":false + "repeatable":true }, "s":{ "label":"Shelf mark of copy described", - "repeatable":false, - "static":false + "repeatable":false }, "u":{ "label":"Uniform Resource Identifier", - "repeatable":true, - "static":false + "repeatable":true }, "x":{ "label":"Nonpublic note", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Identifier of the copy described", - "repeatable":false, - "static":false + "repeatable":false }, "z":{ "label":"Public note", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "3":{ "label":"Materials specified", - "repeatable":false, - "static":false + "repeatable":false }, "5":{ "label":"Institution to which field applies", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -3379,73 +2914,59 @@ "subfields":{ "a":{ "label":"Type of corporate body", - "repeatable":true, - "static":false + "repeatable":true }, "b":{ "label":"Type of jurisdiction", - "repeatable":true, - "static":false + "repeatable":true }, "c":{ "label":"Other designation", - "repeatable":true, - "static":false + "repeatable":true }, "d":{ "label":"Title of person", - "repeatable":true, - "static":false + "repeatable":true }, "s":{ "label":"Start period", - "repeatable":false, - "static":false + "repeatable":false }, "t":{ "label":"End period", - "repeatable":false, - "static":false + "repeatable":false }, "u":{ "label":"Uniform Resource Identifier", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Source of information", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -3469,98 +2990,79 @@ "subfields":{ "a":{ "label":"Place of birth", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Place of death", - "repeatable":false, - "static":false + "repeatable":false }, "c":{ "label":"Associated country", - "repeatable":true, - "static":false + "repeatable":true }, "e":{ "label":"Place of residence/headquarters", - "repeatable":true, - "static":false + "repeatable":true }, "f":{ "label":"Other associated place", - "repeatable":true, - "static":false + "repeatable":true }, "g":{ "label":"Place of origin of work or expression", - "repeatable":true, - "static":false + "repeatable":true }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "s":{ "label":"Start period", - "repeatable":false, - "static":false + "repeatable":false }, "t":{ "label":"End period", - "repeatable":false, - "static":false + "repeatable":false }, "u":{ "label":"Uniform Resource Identifier", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Source of information", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source of term", - "repeatable":false, - "static":false + "repeatable":false }, "3":{ "label":"Materials specified", - "repeatable":false, - "static":false + "repeatable":false }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -3584,78 +3086,63 @@ "subfields":{ "a":{ "label":"Address", - "repeatable":true, - "static":false + "repeatable":true }, "b":{ "label":"City", - "repeatable":false, - "static":false + "repeatable":false }, "c":{ "label":"Intermediate jurisdiction", - "repeatable":false, - "static":false + "repeatable":false }, "d":{ "label":"Country", - "repeatable":false, - "static":false + "repeatable":false }, "e":{ "label":"Postal code", - "repeatable":false, - "static":false + "repeatable":false }, "m":{ "label":"Electronic mail address", - "repeatable":true, - "static":false + "repeatable":true }, "s":{ "label":"Start period", - "repeatable":false, - "static":false + "repeatable":false }, "t":{ "label":"End period", - "repeatable":false, - "static":false + "repeatable":false }, "u":{ "label":"Uniform Resource Identifier", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Source of information", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Public note", - "repeatable":true, - "static":false + "repeatable":true }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -3679,58 +3166,47 @@ "subfields":{ "a":{ "label":"Field of activity", - "repeatable":true, - "static":false + "repeatable":true }, "s":{ "label":"Start period", - "repeatable":false, - "static":false + "repeatable":false }, "t":{ "label":"End period", - "repeatable":false, - "static":false + "repeatable":false }, "u":{ "label":"Uniform Resource Identifier", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Source of information", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source of term", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -3754,68 +3230,55 @@ "subfields":{ "a":{ "label":"Associated group", - "repeatable":true, - "static":false + "repeatable":true }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "s":{ "label":"Start period", - "repeatable":false, - "static":false + "repeatable":false }, "t":{ "label":"End period", - "repeatable":false, - "static":false + "repeatable":false }, "u":{ "label":"Uniform Resource Identifier", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Source of information", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source of term", - "repeatable":false, - "static":false + "repeatable":false }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -3839,58 +3302,47 @@ "subfields":{ "a":{ "label":"Occupation", - "repeatable":true, - "static":false + "repeatable":true }, "s":{ "label":"Start period", - "repeatable":false, - "static":false + "repeatable":false }, "t":{ "label":"End period", - "repeatable":false, - "static":false + "repeatable":false }, "u":{ "label":"Uniform Resource Identifier", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Source of information", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source of term", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -3914,58 +3366,47 @@ "subfields":{ "a":{ "label":"Gender", - "repeatable":true, - "static":false + "repeatable":true }, "s":{ "label":"Start period", - "repeatable":false, - "static":false + "repeatable":false }, "t":{ "label":"End period", - "repeatable":false, - "static":false + "repeatable":false }, "u":{ "label":"Uniform Resource Identifier", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Source of information", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source of term", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -3989,68 +3430,55 @@ "subfields":{ "a":{ "label":"Type of family", - "repeatable":true, - "static":false + "repeatable":true }, "b":{ "label":"Name of prominent member", - "repeatable":true, - "static":false + "repeatable":true }, "c":{ "label":"Hereditary title", - "repeatable":true, - "static":false + "repeatable":true }, "s":{ "label":"Start period", - "repeatable":false, - "static":false + "repeatable":false }, "t":{ "label":"End period", - "repeatable":false, - "static":false + "repeatable":false }, "u":{ "label":"Uniform Resource Identifier", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Source of information", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source of term", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -4075,43 +3503,35 @@ "subfields":{ "a":{ "label":"Language code", - "repeatable":true, - "static":false + "repeatable":true }, "l":{ "label":"Language term", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source of code", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -4135,33 +3555,27 @@ "subfields":{ "q":{ "label":"Fuller form of personal name", - "repeatable":false, - "static":false + "repeatable":false }, "u":{ "label":"Uniform Resource Identifier", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Source of information", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":false @@ -4185,38 +3599,31 @@ "subfields":{ "a":{ "label":"Form of work", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source of term", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -4240,48 +3647,39 @@ "subfields":{ "a":{ "label":"Other distinguishing characteristic", - "repeatable":true, - "static":false + "repeatable":true }, "u":{ "label":"Uniform Resource Identifier", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Source of information", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source of term", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -4309,83 +3707,67 @@ "subfields":{ "a":{ "label":"Medium of performance", - "repeatable":true, - "static":false + "repeatable":true }, "b":{ "label":"Soloist", - "repeatable":true, - "static":false + "repeatable":true }, "d":{ "label":"Doubling instrument", - "repeatable":true, - "static":false + "repeatable":true }, "e":{ "label":"Number of ensembles of the same type", - "repeatable":true, - "static":false + "repeatable":true }, "n":{ "label":"Number of performers of the same medium", - "repeatable":true, - "static":false + "repeatable":true }, "p":{ "label":"Alternative medium of performance", - "repeatable":true, - "static":false + "repeatable":true }, "r":{ "label":"Total number of individuals performing alongside ensembles", - "repeatable":false, - "static":false + "repeatable":false }, "s":{ "label":"Total number of performers", - "repeatable":false, - "static":false + "repeatable":false }, "t":{ "label":"Total number of ensembles", - "repeatable":false, - "static":false + "repeatable":false }, "v":{ "label":"Note", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source of term", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -4409,48 +3791,39 @@ "subfields":{ "a":{ "label":"Serial number", - "repeatable":true, - "static":false + "repeatable":true }, "b":{ "label":"Opus number", - "repeatable":true, - "static":false + "repeatable":true }, "c":{ "label":"Thematic index number", - "repeatable":true, - "static":false + "repeatable":true }, "d":{ "label":"Thematic index code", - "repeatable":false, - "static":false + "repeatable":false }, "e":{ "label":"Publisher associated with opus number", - "repeatable":false, - "static":false + "repeatable":false }, "2":{ "label":"Source", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -4477,33 +3850,27 @@ "subfields":{ "a":{ "label":"Key", - "repeatable":false, - "static":false + "repeatable":false }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":false @@ -4527,58 +3894,47 @@ "subfields":{ "a":{ "label":"Audience term", - "repeatable":true, - "static":false + "repeatable":true }, "b":{ "label":"Audience code", - "repeatable":true, - "static":false + "repeatable":true }, "m":{ "label":"Demographic group term", - "repeatable":false, - "static":false + "repeatable":false }, "n":{ "label":"Demographic group code", - "repeatable":false, - "static":false + "repeatable":false }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source", - "repeatable":false, - "static":false + "repeatable":false }, "3":{ "label":"Materials specified", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -4602,68 +3958,55 @@ "subfields":{ "a":{ "label":"Creator/contributor term", - "repeatable":true, - "static":false + "repeatable":true }, "b":{ "label":"Creator/contributor code", - "repeatable":true, - "static":false + "repeatable":true }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "m":{ "label":"Demographic group term", - "repeatable":false, - "static":false + "repeatable":false }, "n":{ "label":"Demographic group code", - "repeatable":false, - "static":false + "repeatable":false }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source", - "repeatable":false, - "static":false + "repeatable":false }, "3":{ "label":"Materials specified", - "repeatable":false, - "static":false + "repeatable":false }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -4687,103 +4030,83 @@ "subfields":{ "a":{ "label":"Aspect ratio of representative expression", - "repeatable":true, - "static":false + "repeatable":true }, "b":{ "label":"Color content of representative expression", - "repeatable":true, - "static":false + "repeatable":true }, "c":{ "label":"Content type of representative expression", - "repeatable":true, - "static":false + "repeatable":true }, "d":{ "label":"Date of capture of representative expression", - "repeatable":true, - "static":false + "repeatable":true }, "e":{ "label":"Date of representative expression", - "repeatable":true, - "static":false + "repeatable":true }, "f":{ "label":"Duration of representative expression", - "repeatable":true, - "static":false + "repeatable":true }, "g":{ "label":"Intended audience of representative expression", - "repeatable":true, - "static":false + "repeatable":true }, "h":{ "label":"Language of representative expression", - "repeatable":true, - "static":false + "repeatable":true }, "i":{ "label":"Place of capture of representative expression", - "repeatable":true, - "static":false + "repeatable":true }, "j":{ "label":"Projection of cartographic content of representative expression", - "repeatable":true, - "static":false + "repeatable":true }, "k":{ "label":"Scale of representative expression", - "repeatable":true, - "static":false + "repeatable":true }, "l":{ "label":"Script of representative expression", - "repeatable":true, - "static":false + "repeatable":true }, "m":{ "label":"Sound content of representative expression", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source of term", - "repeatable":false, - "static":false + "repeatable":false }, "3":{ "label":"Materials specified", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -4809,43 +4132,35 @@ "subfields":{ "a":{ "label":"Time period of creation term", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source of term", - "repeatable":false, - "static":false + "repeatable":false }, "3":{ "label":"Materials specified", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -4871,171 +4186,141 @@ "subfields":{ "a":{ "label":"Personal name", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Numeration", - "repeatable":false, - "static":false + "repeatable":false }, "c":{ "label":"Titles and other words associated with a name", - "repeatable":true, - "static":false + "repeatable":true }, "d":{ "label":"Dates associated with a name", - "repeatable":false, - "static":false + "repeatable":false }, "e":{ "label":"Relator term", - "repeatable":true, - "static":false + "repeatable":true }, "f":{ "label":"Date of a work", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Miscellaneous information", - "repeatable":true, - "static":false + "repeatable":true }, "h":{ "label":"Medium", - "repeatable":false, - "static":false + "repeatable":false }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "j":{ "label":"Attribution qualifier", - "repeatable":true, - "static":false + "repeatable":true }, "k":{ "label":"Form subheading", - "repeatable":true, - "static":false + "repeatable":true }, "l":{ "label":"Language of a work", - "repeatable":false, - "static":false + "repeatable":false }, "m":{ "label":"Medium of performance for music", - "repeatable":true, - "static":false + "repeatable":true }, "n":{ "label":"Number of part/section of a work", - "repeatable":true, - "static":false + "repeatable":true }, "o":{ "label":"Arranged statement for music", - "repeatable":false, - "static":false + "repeatable":false }, "p":{ "label":"Name of part/section of a work", - "repeatable":true, - "static":false + "repeatable":true }, "q":{ "label":"Fuller form of name", - "repeatable":false, - "static":false + "repeatable":false }, "r":{ "label":"Key for music", - "repeatable":false, - "static":false + "repeatable":false }, "s":{ "label":"Version", - "repeatable":true, - "static":false + "repeatable":true }, "t":{ "label":"Title of a work", - "repeatable":false, - "static":false + "repeatable":false }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Special relationship", - "value":"0" + "code":"0" }, "1":{ "label":"Tracing use restriction", - "value":"1" + "code":"1" }, "2":{ "label":"Earlier form of heading", - "value":"2" + "code":"2" }, "3":{ "label":"Reference display", - "value":"3" + "code":"3" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -5061,161 +4346,133 @@ "subfields":{ "a":{ "label":"Corporate name or jurisdiction name as entry element", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Subordinate unit", - "repeatable":true, - "static":false + "repeatable":true }, "c":{ "label":"Location of meeting", - "repeatable":true, - "static":false + "repeatable":true }, "d":{ "label":"Date of meeting or treaty signing", - "repeatable":true, - "static":false + "repeatable":true }, "e":{ "label":"Relator term", - "repeatable":true, - "static":false + "repeatable":true }, "f":{ "label":"Date of a work", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Miscellaneous information", - "repeatable":true, - "static":false + "repeatable":true }, "h":{ "label":"Medium", - "repeatable":false, - "static":false + "repeatable":false }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "k":{ "label":"Form subheading", - "repeatable":true, - "static":false + "repeatable":true }, "l":{ "label":"Language of a work", - "repeatable":false, - "static":false + "repeatable":false }, "m":{ "label":"Medium of performance for music", - "repeatable":true, - "static":false + "repeatable":true }, "n":{ "label":"Number of part/section/meeting", - "repeatable":true, - "static":false + "repeatable":true }, "o":{ "label":"Arranged statement for music", - "repeatable":false, - "static":false + "repeatable":false }, "p":{ "label":"Name of part/section of a work", - "repeatable":true, - "static":false + "repeatable":true }, "r":{ "label":"Key for music", - "repeatable":false, - "static":false + "repeatable":false }, "s":{ "label":"Version", - "repeatable":true, - "static":false + "repeatable":true }, "t":{ "label":"Title of a work", - "repeatable":false, - "static":false + "repeatable":false }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Special relationship", - "value":"0" + "code":"0" }, "1":{ "label":"Tracing use restriction", - "value":"1" + "code":"1" }, "2":{ "label":"Earlier form of heading", - "value":"2" + "code":"2" }, "3":{ "label":"Reference display", - "value":"3" + "code":"3" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -5241,151 +4498,125 @@ "subfields":{ "a":{ "label":"Meeting name or jurisdiction name as entry element", - "repeatable":false, - "static":false + "repeatable":false }, "c":{ "label":"Location of meeting", - "repeatable":true, - "static":false + "repeatable":true }, "d":{ "label":"Date of meeting or treaty signing", - "repeatable":true, - "static":false + "repeatable":true }, "e":{ "label":"Subordinate unit", - "repeatable":true, - "static":false + "repeatable":true }, "f":{ "label":"Date of a work", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Miscellaneous information", - "repeatable":true, - "static":false + "repeatable":true }, "h":{ "label":"Medium", - "repeatable":false, - "static":false + "repeatable":false }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "j":{ "label":"Relator term", - "repeatable":true, - "static":false + "repeatable":true }, "k":{ "label":"Form subheading", - "repeatable":true, - "static":false + "repeatable":true }, "l":{ "label":"Language of a work", - "repeatable":false, - "static":false + "repeatable":false }, "n":{ "label":"Number of part/section/meeting", - "repeatable":true, - "static":false + "repeatable":true }, "p":{ "label":"Name of part/section of a work", - "repeatable":true, - "static":false + "repeatable":true }, "q":{ "label":"Name of meeting following jurisdiction name entry element", - "repeatable":false, - "static":false + "repeatable":false }, "s":{ "label":"Version", - "repeatable":true, - "static":false + "repeatable":true }, "t":{ "label":"Title of a work", - "repeatable":false, - "static":false + "repeatable":false }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Special relationship", - "value":"0" + "code":"0" }, "1":{ "label":"Tracing use restriction", - "value":"1" + "code":"1" }, "2":{ "label":"Earlier form of heading", - "value":"2" + "code":"2" }, "3":{ "label":"Reference display", - "value":"3" + "code":"3" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -5409,146 +4640,121 @@ "subfields":{ "a":{ "label":"Uniform title", - "repeatable":false, - "static":false + "repeatable":false }, "d":{ "label":"Date of treaty signing", - "repeatable":true, - "static":false + "repeatable":true }, "f":{ "label":"Date of a work", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Miscellaneous information", - "repeatable":true, - "static":false + "repeatable":true }, "h":{ "label":"Medium", - "repeatable":false, - "static":false + "repeatable":false }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "k":{ "label":"Form subheading", - "repeatable":true, - "static":false + "repeatable":true }, "l":{ "label":"Language of a work", - "repeatable":false, - "static":false + "repeatable":false }, "m":{ "label":"Medium of performance for music", - "repeatable":true, - "static":false + "repeatable":true }, "n":{ "label":"Number of part/section of a work", - "repeatable":true, - "static":false + "repeatable":true }, "o":{ "label":"Arranged statement for music", - "repeatable":false, - "static":false + "repeatable":false }, "p":{ "label":"Name of part/section of a work", - "repeatable":true, - "static":false + "repeatable":true }, "r":{ "label":"Key for music", - "repeatable":false, - "static":false + "repeatable":false }, "s":{ "label":"Version", - "repeatable":true, - "static":false + "repeatable":true }, "t":{ "label":"Title of a work", - "repeatable":false, - "static":false + "repeatable":false }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Special relationship", - "value":"0" + "code":"0" }, "1":{ "label":"Tracing use restriction", - "value":"1" + "code":"1" }, "2":{ "label":"Earlier form of heading", - "value":"2" + "code":"2" }, "3":{ "label":"Reference display", - "value":"3" + "code":"3" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -5572,96 +4778,81 @@ "subfields":{ "a":{ "label":"Named event", - "repeatable":false, - "static":false + "repeatable":false }, "c":{ "label":"Location of named event", - "repeatable":true, - "static":false + "repeatable":true }, "d":{ "label":"Date of named event", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Miscellaneous information", - "repeatable":true, - "static":false + "repeatable":true }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Special relationship", - "value":"0" + "code":"0" }, "1":{ "label":"Tracing use restriction", - "value":"1" + "code":"1" }, "2":{ "label":"Earlier form of heading", - "value":"2" + "code":"2" }, "3":{ "label":"Reference display", - "value":"3" + "code":"3" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -5685,81 +4876,69 @@ "subfields":{ "a":{ "label":"Chronological term", - "repeatable":false, - "static":false + "repeatable":false }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Special relationship", - "value":"0" + "code":"0" }, "1":{ "label":"Tracing use restriction", - "value":"1" + "code":"1" }, "2":{ "label":"Earlier form of heading", - "value":"2" + "code":"2" }, "3":{ "label":"Reference display", - "value":"3" + "code":"3" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -5783,91 +4962,77 @@ "subfields":{ "a":{ "label":"Topical term or geographic name entry element", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Topical term following geographic name entry element", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Miscellaneous information", - "repeatable":true, - "static":false + "repeatable":true }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Special relationship", - "value":"0" + "code":"0" }, "1":{ "label":"Tracing use restriction", - "value":"1" + "code":"1" }, "2":{ "label":"Earlier form of heading", - "value":"2" + "code":"2" }, "3":{ "label":"Reference display", - "value":"3" + "code":"3" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -5891,86 +5056,73 @@ "subfields":{ "a":{ "label":"Geographic name", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Miscellaneous information", - "repeatable":true, - "static":false + "repeatable":true }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Special relationship", - "value":"0" + "code":"0" }, "1":{ "label":"Tracing use restriction", - "value":"1" + "code":"1" }, "2":{ "label":"Earlier form of heading", - "value":"2" + "code":"2" }, "3":{ "label":"Reference display", - "value":"3" + "code":"3" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -5994,81 +5146,69 @@ "subfields":{ "a":{ "label":"Genre/form term", - "repeatable":false, - "static":false + "repeatable":false }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Special relationship", - "value":"0" + "code":"0" }, "1":{ "label":"Tracing use restriction", - "value":"1" + "code":"1" }, "2":{ "label":"Earlier form of heading", - "value":"2" + "code":"2" }, "3":{ "label":"Reference display", - "value":"3" + "code":"3" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -6092,61 +5232,53 @@ "subfields":{ "a":{ "label":"Medium of performance term", - "repeatable":false, - "static":false + "repeatable":false }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Special relationship", - "value":"0" + "code":"0" }, "1":{ "label":"Tracing use restriction", - "value":"1" + "code":"1" }, "2":{ "label":"Earlier form of heading", - "value":"2" + "code":"2" }, "3":{ "label":"Reference display", - "value":"3" + "code":"3" } } }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -6170,76 +5302,65 @@ "subfields":{ "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Special relationship", - "value":"0" + "code":"0" }, "1":{ "label":"Tracing use restriction", - "value":"1" + "code":"1" }, "2":{ "label":"Earlier form of heading", - "value":"2" + "code":"2" }, "3":{ "label":"Reference display", - "value":"3" + "code":"3" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -6263,76 +5384,65 @@ "subfields":{ "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Special relationship", - "value":"0" + "code":"0" }, "1":{ "label":"Tracing use restriction", - "value":"1" + "code":"1" }, "2":{ "label":"Earlier form of heading", - "value":"2" + "code":"2" }, "3":{ "label":"Reference display", - "value":"3" + "code":"3" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -6356,76 +5466,65 @@ "subfields":{ "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Special relationship", - "value":"0" + "code":"0" }, "1":{ "label":"Tracing use restriction", - "value":"1" + "code":"1" }, "2":{ "label":"Earlier form of heading", - "value":"2" + "code":"2" }, "3":{ "label":"Reference display", - "value":"3" + "code":"3" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -6449,76 +5548,65 @@ "subfields":{ "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Special relationship", - "value":"0" + "code":"0" }, "1":{ "label":"Tracing use restriction", - "value":"1" + "code":"1" }, "2":{ "label":"Earlier form of heading", - "value":"2" + "code":"2" }, "3":{ "label":"Reference display", - "value":"3" + "code":"3" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -6544,181 +5632,149 @@ "subfields":{ "a":{ "label":"Personal name", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Numeration", - "repeatable":false, - "static":false + "repeatable":false }, "c":{ "label":"Titles and other words associated with a name", - "repeatable":true, - "static":false + "repeatable":true }, "d":{ "label":"Dates associated with a name", - "repeatable":false, - "static":false + "repeatable":false }, "e":{ "label":"Relator term", - "repeatable":true, - "static":false + "repeatable":true }, "f":{ "label":"Date of a work", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Miscellaneous information", - "repeatable":true, - "static":false + "repeatable":true }, "h":{ "label":"Medium", - "repeatable":false, - "static":false + "repeatable":false }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "j":{ "label":"Attribution qualifier", - "repeatable":true, - "static":false + "repeatable":true }, "k":{ "label":"Form subheading", - "repeatable":true, - "static":false + "repeatable":true }, "l":{ "label":"Language of a work", - "repeatable":false, - "static":false + "repeatable":false }, "m":{ "label":"Medium of performance for music", - "repeatable":true, - "static":false + "repeatable":true }, "n":{ "label":"Number of part/section of a work", - "repeatable":true, - "static":false + "repeatable":true }, "o":{ "label":"Arranged statement for music", - "repeatable":false, - "static":false + "repeatable":false }, "p":{ "label":"Name of part/section of a work", - "repeatable":true, - "static":false + "repeatable":true }, "q":{ "label":"Fuller form of name", - "repeatable":false, - "static":false + "repeatable":false }, "r":{ "label":"Key for music", - "repeatable":false, - "static":false + "repeatable":false }, "s":{ "label":"Version", - "repeatable":true, - "static":false + "repeatable":true }, "t":{ "label":"Title of a work", - "repeatable":false, - "static":false + "repeatable":false }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Special relationship", - "value":"0" + "code":"0" }, "1":{ "label":"Tracing use restriction", - "value":"1" + "code":"1" }, "2":{ "label":"Earlier form of heading", - "value":"2" + "code":"2" }, "3":{ "label":"Reference display", - "value":"3" + "code":"3" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -6744,171 +5800,141 @@ "subfields":{ "a":{ "label":"Corporate name or jurisdiction name as entry element", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Subordinate unit", - "repeatable":true, - "static":false + "repeatable":true }, "c":{ "label":"Location of meeting", - "repeatable":true, - "static":false + "repeatable":true }, "d":{ "label":"Date of meeting or treaty signing", - "repeatable":true, - "static":false + "repeatable":true }, "e":{ "label":"Relator term", - "repeatable":true, - "static":false + "repeatable":true }, "f":{ "label":"Date of a work", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Miscellaneous information", - "repeatable":true, - "static":false + "repeatable":true }, "h":{ "label":"Medium", - "repeatable":false, - "static":false + "repeatable":false }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "k":{ "label":"Form subheading", - "repeatable":true, - "static":false + "repeatable":true }, "l":{ "label":"Language of a work", - "repeatable":false, - "static":false + "repeatable":false }, "m":{ "label":"Medium of performance for music", - "repeatable":true, - "static":false + "repeatable":true }, "n":{ "label":"Number of part/section/meeting", - "repeatable":true, - "static":false + "repeatable":true }, "o":{ "label":"Arranged statement for music", - "repeatable":false, - "static":false + "repeatable":false }, "p":{ "label":"Name of part/section of a work", - "repeatable":true, - "static":false + "repeatable":true }, "r":{ "label":"Key for music", - "repeatable":false, - "static":false + "repeatable":false }, "s":{ "label":"Version", - "repeatable":true, - "static":false + "repeatable":true }, "t":{ "label":"Title of a work", - "repeatable":false, - "static":false + "repeatable":false }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Special relationship", - "value":"0" + "code":"0" }, "1":{ "label":"Tracing use restriction", - "value":"1" + "code":"1" }, "2":{ "label":"Earlier form of heading", - "value":"2" + "code":"2" }, "3":{ "label":"Reference display", - "value":"3" + "code":"3" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -6934,161 +5960,133 @@ "subfields":{ "a":{ "label":"Meeting name or jurisdiction name as entry element", - "repeatable":false, - "static":false + "repeatable":false }, "c":{ "label":"Location of meeting", - "repeatable":true, - "static":false + "repeatable":true }, "d":{ "label":"Date of meeting or treaty signing", - "repeatable":true, - "static":false + "repeatable":true }, "e":{ "label":"Subordinate unit", - "repeatable":true, - "static":false + "repeatable":true }, "f":{ "label":"Date of a work", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Miscellaneous information", - "repeatable":true, - "static":false + "repeatable":true }, "h":{ "label":"Medium", - "repeatable":false, - "static":false + "repeatable":false }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "j":{ "label":"Relator term", - "repeatable":true, - "static":false + "repeatable":true }, "k":{ "label":"Form subheading", - "repeatable":true, - "static":false + "repeatable":true }, "l":{ "label":"Language of a work", - "repeatable":false, - "static":false + "repeatable":false }, "n":{ "label":"Number of part/section/meeting", - "repeatable":true, - "static":false + "repeatable":true }, "p":{ "label":"Name of part/section of a work", - "repeatable":true, - "static":false + "repeatable":true }, "q":{ "label":"Name of meeting following jurisdiction name entry element", - "repeatable":false, - "static":false + "repeatable":false }, "s":{ "label":"Version", - "repeatable":true, - "static":false + "repeatable":true }, "t":{ "label":"Title of a work", - "repeatable":false, - "static":false + "repeatable":false }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Special relationship", - "value":"0" + "code":"0" }, "1":{ "label":"Tracing use restriction", - "value":"1" + "code":"1" }, "2":{ "label":"Earlier form of heading", - "value":"2" + "code":"2" }, "3":{ "label":"Reference display", - "value":"3" + "code":"3" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -7112,156 +6110,129 @@ "subfields":{ "a":{ "label":"Uniform title", - "repeatable":false, - "static":false + "repeatable":false }, "d":{ "label":"Date of treaty signing", - "repeatable":true, - "static":false + "repeatable":true }, "f":{ "label":"Date of a work", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Miscellaneous information", - "repeatable":true, - "static":false + "repeatable":true }, "h":{ "label":"Medium", - "repeatable":false, - "static":false + "repeatable":false }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "k":{ "label":"Form subheading", - "repeatable":true, - "static":false + "repeatable":true }, "l":{ "label":"Language of a work", - "repeatable":false, - "static":false + "repeatable":false }, "m":{ "label":"Medium of performance for music", - "repeatable":true, - "static":false + "repeatable":true }, "n":{ "label":"Number of part/section of a work", - "repeatable":true, - "static":false + "repeatable":true }, "o":{ "label":"Arranged statement for music", - "repeatable":false, - "static":false + "repeatable":false }, "p":{ "label":"Name of part/section of a work", - "repeatable":true, - "static":false + "repeatable":true }, "r":{ "label":"Key for music", - "repeatable":false, - "static":false + "repeatable":false }, "s":{ "label":"Version", - "repeatable":true, - "static":false + "repeatable":true }, "t":{ "label":"Title of a work", - "repeatable":false, - "static":false + "repeatable":false }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Special relationship", - "value":"0" + "code":"0" }, "1":{ "label":"Tracing use restriction", - "value":"1" + "code":"1" }, "2":{ "label":"Earlier form of heading", - "value":"2" + "code":"2" }, "3":{ "label":"Reference display", - "value":"3" + "code":"3" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -7285,106 +6256,89 @@ "subfields":{ "a":{ "label":"Named event", - "repeatable":false, - "static":false + "repeatable":false }, "c":{ "label":"Location of named event", - "repeatable":true, - "static":false + "repeatable":true }, "d":{ "label":"Date of named event", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Miscellaneous information", - "repeatable":true, - "static":false + "repeatable":true }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Special relationship", - "value":"0" + "code":"0" }, "1":{ "label":"Tracing use restriction", - "value":"1" + "code":"1" }, "2":{ "label":"Earlier form of heading", - "value":"2" + "code":"2" }, "3":{ "label":"Reference display", - "value":"3" + "code":"3" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -7408,91 +6362,77 @@ "subfields":{ "a":{ "label":"Chronological term", - "repeatable":false, - "static":false + "repeatable":false }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Special relationship", - "value":"0" + "code":"0" }, "1":{ "label":"Tracing use restriction", - "value":"1" + "code":"1" }, "2":{ "label":"Earlier form of heading", - "value":"2" + "code":"2" }, "3":{ "label":"Reference display", - "value":"3" + "code":"3" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -7516,101 +6456,85 @@ "subfields":{ "a":{ "label":"Topical term or geographic name entry element", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Topical term following geographic name entry element", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Miscellaneous information", - "repeatable":true, - "static":false + "repeatable":true }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Special relationship", - "value":"0" + "code":"0" }, "1":{ "label":"Tracing use restriction", - "value":"1" + "code":"1" }, "2":{ "label":"Earlier form of heading", - "value":"2" + "code":"2" }, "3":{ "label":"Reference display", - "value":"3" + "code":"3" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -7634,96 +6558,81 @@ "subfields":{ "a":{ "label":"Geographic name", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Miscellaneous information", - "repeatable":true, - "static":false + "repeatable":true }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Special relationship", - "value":"0" + "code":"0" }, "1":{ "label":"Tracing use restriction", - "value":"1" + "code":"1" }, "2":{ "label":"Earlier form of heading", - "value":"2" + "code":"2" }, "3":{ "label":"Reference display", - "value":"3" + "code":"3" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -7747,91 +6656,77 @@ "subfields":{ "a":{ "label":"Genre/form term", - "repeatable":false, - "static":false + "repeatable":false }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Special relationship", - "value":"0" + "code":"0" }, "1":{ "label":"Tracing use restriction", - "value":"1" + "code":"1" }, "2":{ "label":"Earlier form of heading", - "value":"2" + "code":"2" }, "3":{ "label":"Reference display", - "value":"3" + "code":"3" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -7855,71 +6750,61 @@ "subfields":{ "a":{ "label":"Medium of performance term", - "repeatable":false, - "static":false + "repeatable":false }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Special relationship", - "value":"0" + "code":"0" }, "1":{ "label":"Tracing use restriction", - "value":"1" + "code":"1" }, "2":{ "label":"Earlier form of heading", - "value":"2" + "code":"2" }, "3":{ "label":"Reference display", - "value":"3" + "code":"3" } } }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -7943,86 +6828,73 @@ "subfields":{ "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Special relationship", - "value":"0" + "code":"0" }, "1":{ "label":"Tracing use restriction", - "value":"1" + "code":"1" }, "2":{ "label":"Earlier form of heading", - "value":"2" + "code":"2" }, "3":{ "label":"Reference display", - "value":"3" + "code":"3" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -8046,86 +6918,73 @@ "subfields":{ "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Special relationship", - "value":"0" + "code":"0" }, "1":{ "label":"Tracing use restriction", - "value":"1" + "code":"1" }, "2":{ "label":"Earlier form of heading", - "value":"2" + "code":"2" }, "3":{ "label":"Reference display", - "value":"3" + "code":"3" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -8149,86 +7008,73 @@ "subfields":{ "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Special relationship", - "value":"0" + "code":"0" }, "1":{ "label":"Tracing use restriction", - "value":"1" + "code":"1" }, "2":{ "label":"Earlier form of heading", - "value":"2" + "code":"2" }, "3":{ "label":"Reference display", - "value":"3" + "code":"3" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -8252,86 +7098,73 @@ "subfields":{ "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Special relationship", - "value":"0" + "code":"0" }, "1":{ "label":"Tracing use restriction", - "value":"1" + "code":"1" }, "2":{ "label":"Earlier form of heading", - "value":"2" + "code":"2" }, "3":{ "label":"Reference display", - "value":"3" + "code":"3" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -8356,23 +7189,19 @@ "subfields":{ "a":{ "label":"Dates of publication and/or sequential designation", - "repeatable":false, - "static":false + "repeatable":false }, "z":{ "label":"Source of information", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -8396,23 +7225,19 @@ "subfields":{ "a":{ "label":"Numbering peculiarities note", - "repeatable":false, - "static":false + "repeatable":false }, "z":{ "label":"Source of information", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -8436,28 +7261,23 @@ "subfields":{ "a":{ "label":"Series numbering example", - "repeatable":false, - "static":false + "repeatable":false }, "d":{ "label":"Volumes/dates to which series numbering example applies", - "repeatable":false, - "static":false + "repeatable":false }, "5":{ "label":"Institution/copy to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -8481,28 +7301,23 @@ "subfields":{ "a":{ "label":"Place", - "repeatable":true, - "static":false + "repeatable":true }, "b":{ "label":"Publisher/issuing body", - "repeatable":true, - "static":false + "repeatable":true }, "d":{ "label":"Volumes/dates to which place and publisher/issuing body apply", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -8526,33 +7341,27 @@ "subfields":{ "a":{ "label":"Series analysis practice", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Exceptions to analysis practice", - "repeatable":false, - "static":false + "repeatable":false }, "d":{ "label":"Volumes/dates to which analysis practice applies", - "repeatable":false, - "static":false + "repeatable":false }, "5":{ "label":"Institution/copy to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -8576,28 +7385,23 @@ "subfields":{ "a":{ "label":"Series tracing practice", - "repeatable":false, - "static":false + "repeatable":false }, "d":{ "label":"Volumes/dates to which tracing practice applies", - "repeatable":false, - "static":false + "repeatable":false }, "5":{ "label":"Institution/copy to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -8621,28 +7425,23 @@ "subfields":{ "a":{ "label":"Series classification practice", - "repeatable":false, - "static":false + "repeatable":false }, "d":{ "label":"Volumes/dates to which classification practice applies", - "repeatable":false, - "static":false + "repeatable":false }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -8666,28 +7465,23 @@ "subfields":{ "a":{ "label":"Explanatory text", - "repeatable":true, - "static":false + "repeatable":true }, "b":{ "label":"Heading referred to", - "repeatable":true, - "static":false + "repeatable":true }, "t":{ "label":"Title referred to", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":false @@ -8711,28 +7505,23 @@ "subfields":{ "a":{ "label":"Explanatory text", - "repeatable":true, - "static":false + "repeatable":true }, "b":{ "label":"Heading referred to", - "repeatable":true, - "static":false + "repeatable":true }, "t":{ "label":"Title referred to", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":false @@ -8756,18 +7545,15 @@ "subfields":{ "a":{ "label":"History reference", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":false @@ -8791,18 +7577,15 @@ "subfields":{ "a":{ "label":"General explanatory reference", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":false @@ -8826,23 +7609,19 @@ "subfields":{ "a":{ "label":"Nonpublic general note", - "repeatable":false, - "static":false + "repeatable":false }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -8866,38 +7645,31 @@ "subfields":{ "a":{ "label":"Source citation", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Information found", - "repeatable":false, - "static":false + "repeatable":false }, "u":{ "label":"Uniform Resource Identifier", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Bibliographic record control number", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -8922,58 +7694,47 @@ "subfields":{ "a":{ "label":"Title", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Remainder of title", - "repeatable":false, - "static":false + "repeatable":false }, "f":{ "label":"Date", - "repeatable":false, - "static":false + "repeatable":false }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Bibliographic record control number", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -8998,43 +7759,35 @@ "subfields":{ "a":{ "label":"Title", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Remainder of title", - "repeatable":false, - "static":false + "repeatable":false }, "f":{ "label":"Date", - "repeatable":false, - "static":false + "repeatable":false }, "w":{ "label":"Bibliographic record control number", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -9058,23 +7811,19 @@ "subfields":{ "a":{ "label":"Source citation", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":false @@ -9098,28 +7847,23 @@ "subfields":{ "a":{ "label":"Definition", - "repeatable":true, - "static":false + "repeatable":true }, "u":{ "label":"Uniform Resource Identifier", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Source of definition", - "repeatable":false, - "static":false + "repeatable":false }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -9145,33 +7889,27 @@ "subfields":{ "a":{ "label":"Biographical or historical data", - "repeatable":true, - "static":false + "repeatable":true }, "b":{ "label":"Expansion", - "repeatable":false, - "static":false + "repeatable":false }, "u":{ "label":"Uniform Resource Identifier", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -9195,33 +7933,27 @@ "subfields":{ "a":{ "label":"Heading or subdivision term", - "repeatable":true, - "static":false + "repeatable":true }, "i":{ "label":"Explanatory text", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -9245,23 +7977,19 @@ "subfields":{ "a":{ "label":"Subject heading or subdivision term", - "repeatable":true, - "static":false + "repeatable":true }, "i":{ "label":"Explanatory text", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -9285,28 +8013,23 @@ "subfields":{ "a":{ "label":"Replacement heading", - "repeatable":true, - "static":false + "repeatable":true }, "i":{ "label":"Explanatory text", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Replacement authority record control number", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":false @@ -9330,23 +8053,19 @@ "subfields":{ "a":{ "label":"Application history note", - "repeatable":false, - "static":false + "repeatable":false }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -9379,178 +8098,145 @@ "subfields":{ "a":{ "label":"Personal name", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Numeration", - "repeatable":false, - "static":false + "repeatable":false }, "c":{ "label":"Titles and other words associated with a name", - "repeatable":true, - "static":false + "repeatable":true }, "d":{ "label":"Dates associated with a name", - "repeatable":false, - "static":false + "repeatable":false }, "e":{ "label":"Relator term", - "repeatable":true, - "static":false + "repeatable":true }, "f":{ "label":"Date of a work", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Miscellaneous information", - "repeatable":true, - "static":false + "repeatable":true }, "h":{ "label":"Medium", - "repeatable":false, - "static":false + "repeatable":false }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "j":{ "label":"Attribution qualifier", - "repeatable":true, - "static":false + "repeatable":true }, "k":{ "label":"Form subheading", - "repeatable":true, - "static":false + "repeatable":true }, "l":{ "label":"Language of a work", - "repeatable":false, - "static":false + "repeatable":false }, "m":{ "label":"Medium of performance for music", - "repeatable":true, - "static":false + "repeatable":true }, "n":{ "label":"Number of part/section of a work", - "repeatable":true, - "static":false + "repeatable":true }, "o":{ "label":"Arranged statement for music", - "repeatable":false, - "static":false + "repeatable":false }, "p":{ "label":"Name of part/section of a work", - "repeatable":true, - "static":false + "repeatable":true }, "q":{ "label":"Fuller form of name", - "repeatable":false, - "static":false + "repeatable":false }, "r":{ "label":"Key for music", - "repeatable":false, - "static":false + "repeatable":false }, "s":{ "label":"Version", - "repeatable":true, - "static":false + "repeatable":true }, "t":{ "label":"Title of a work", - "repeatable":false, - "static":false + "repeatable":false }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Link display", - "value":"0" + "code":"0" }, "1":{ "label":"Replacement complexity", - "value":"1" + "code":"1" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source of heading or term", - "repeatable":false, - "static":false + "repeatable":false }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -9583,168 +8269,137 @@ "subfields":{ "a":{ "label":"Corporate name or jurisdiction name as entry element", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Subordinate unit", - "repeatable":true, - "static":false + "repeatable":true }, "c":{ "label":"Location of meeting", - "repeatable":true, - "static":false + "repeatable":true }, "d":{ "label":"Date of meeting or treaty signing", - "repeatable":true, - "static":false + "repeatable":true }, "e":{ "label":"Relator term", - "repeatable":true, - "static":false + "repeatable":true }, "f":{ "label":"Date of a work", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Miscellaneous information", - "repeatable":true, - "static":false + "repeatable":true }, "h":{ "label":"Medium", - "repeatable":false, - "static":false + "repeatable":false }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "k":{ "label":"Form subheading", - "repeatable":true, - "static":false + "repeatable":true }, "l":{ "label":"Language of a work", - "repeatable":false, - "static":false + "repeatable":false }, "m":{ "label":"Medium of performance for music", - "repeatable":true, - "static":false + "repeatable":true }, "n":{ "label":"Number of part/section/meeting", - "repeatable":true, - "static":false + "repeatable":true }, "o":{ "label":"Arranged statement for music", - "repeatable":false, - "static":false + "repeatable":false }, "p":{ "label":"Name of part/section of a work", - "repeatable":true, - "static":false + "repeatable":true }, "r":{ "label":"Key for music", - "repeatable":false, - "static":false + "repeatable":false }, "s":{ "label":"Version", - "repeatable":true, - "static":false + "repeatable":true }, "t":{ "label":"Title of a work", - "repeatable":false, - "static":false + "repeatable":false }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Link display", - "value":"0" + "code":"0" }, "1":{ "label":"Replacement complexity", - "value":"1" + "code":"1" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source of heading or term", - "repeatable":false, - "static":false + "repeatable":false }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -9777,158 +8432,129 @@ "subfields":{ "a":{ "label":"Meeting name or jurisdiction name as entry element", - "repeatable":false, - "static":false + "repeatable":false }, "c":{ "label":"Location of meeting", - "repeatable":true, - "static":false + "repeatable":true }, "d":{ "label":"Date of meeting or treaty signing", - "repeatable":true, - "static":false + "repeatable":true }, "e":{ "label":"Subordinate unit", - "repeatable":true, - "static":false + "repeatable":true }, "f":{ "label":"Date of a work", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Miscellaneous information", - "repeatable":true, - "static":false + "repeatable":true }, "h":{ "label":"Medium", - "repeatable":false, - "static":false + "repeatable":false }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "j":{ "label":"Relator term", - "repeatable":true, - "static":false + "repeatable":true }, "k":{ "label":"Form subheading", - "repeatable":true, - "static":false + "repeatable":true }, "l":{ "label":"Language of a work", - "repeatable":false, - "static":false + "repeatable":false }, "n":{ "label":"Number of part/section/meeting", - "repeatable":true, - "static":false + "repeatable":true }, "p":{ "label":"Name of part/section of a work", - "repeatable":true, - "static":false + "repeatable":true }, "q":{ "label":"Name of meeting following jurisdiction name entry element", - "repeatable":false, - "static":false + "repeatable":false }, "s":{ "label":"Version", - "repeatable":true, - "static":false + "repeatable":true }, "t":{ "label":"Title of a work", - "repeatable":false, - "static":false + "repeatable":false }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Link display", - "value":"0" + "code":"0" }, "1":{ "label":"Replacement complexity", - "value":"1" + "code":"1" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source of heading or term", - "repeatable":false, - "static":false + "repeatable":false }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -9959,153 +8585,125 @@ "subfields":{ "a":{ "label":"Uniform title", - "repeatable":false, - "static":false + "repeatable":false }, "d":{ "label":"Date of treaty signing", - "repeatable":true, - "static":false + "repeatable":true }, "f":{ "label":"Date of a work", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Miscellaneous information", - "repeatable":true, - "static":false + "repeatable":true }, "h":{ "label":"Medium", - "repeatable":false, - "static":false + "repeatable":false }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "k":{ "label":"Form subheading", - "repeatable":true, - "static":false + "repeatable":true }, "l":{ "label":"Language of a work", - "repeatable":false, - "static":false + "repeatable":false }, "m":{ "label":"Medium of performance for music", - "repeatable":true, - "static":false + "repeatable":true }, "n":{ "label":"Number of part/section of a work", - "repeatable":true, - "static":false + "repeatable":true }, "o":{ "label":"Arranged statement for music", - "repeatable":false, - "static":false + "repeatable":false }, "p":{ "label":"Name of part/section of a work", - "repeatable":true, - "static":false + "repeatable":true }, "r":{ "label":"Key for music", - "repeatable":false, - "static":false + "repeatable":false }, "s":{ "label":"Version", - "repeatable":true, - "static":false + "repeatable":true }, "t":{ "label":"Title of a work", - "repeatable":false, - "static":false + "repeatable":false }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Link display", - "value":"0" + "code":"0" }, "1":{ "label":"Replacement complexity", - "value":"1" + "code":"1" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source of heading or term", - "repeatable":false, - "static":false + "repeatable":false }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -10136,103 +8734,85 @@ "subfields":{ "a":{ "label":"Named event", - "repeatable":false, - "static":false + "repeatable":false }, "c":{ "label":"Location of named event", - "repeatable":true, - "static":false + "repeatable":true }, "d":{ "label":"Date of named event", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Miscellaneous information", - "repeatable":true, - "static":false + "repeatable":true }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Link display", - "value":"0" + "code":"0" }, "1":{ "label":"Replacement complexity", - "value":"1" + "code":"1" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source of heading or term", - "repeatable":false, - "static":false + "repeatable":false }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -10263,88 +8843,73 @@ "subfields":{ "a":{ "label":"Chronological term", - "repeatable":false, - "static":false + "repeatable":false }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Link display", - "value":"0" + "code":"0" }, "1":{ "label":"Replacement complexity", - "value":"1" + "code":"1" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source of heading or term", - "repeatable":false, - "static":false + "repeatable":false }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -10375,98 +8940,81 @@ "subfields":{ "a":{ "label":"Topical term or geographic name entry element", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Topical term following geographic name entry element", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Miscellaneous information", - "repeatable":true, - "static":false + "repeatable":true }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Link display", - "value":"0" + "code":"0" }, "1":{ "label":"Replacement complexity", - "value":"1" + "code":"1" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source of heading or term", - "repeatable":false, - "static":false + "repeatable":false }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -10497,93 +9045,77 @@ "subfields":{ "a":{ "label":"Geographic name", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Miscellaneous information", - "repeatable":true, - "static":false + "repeatable":true }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Link display", - "value":"0" + "code":"0" }, "1":{ "label":"Replacement complexity", - "value":"1" + "code":"1" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source of heading or term", - "repeatable":false, - "static":false + "repeatable":false }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -10614,88 +9146,73 @@ "subfields":{ "a":{ "label":"Genre/form term as entry element", - "repeatable":false, - "static":false + "repeatable":false }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Link display", - "value":"0" + "code":"0" }, "1":{ "label":"Replacement complexity", - "value":"1" + "code":"1" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source of heading or term", - "repeatable":false, - "static":false + "repeatable":false }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -10726,68 +9243,57 @@ "subfields":{ "a":{ "label":"Medium of performance term as entry element", - "repeatable":false, - "static":false + "repeatable":false }, "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Link display", - "value":"0" + "code":"0" }, "1":{ "label":"Replacement complexity", - "value":"1" + "code":"1" } } }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source of heading or term", - "repeatable":false, - "static":false + "repeatable":false }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -10818,83 +9324,69 @@ "subfields":{ "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Link display", - "value":"0" + "code":"0" }, "1":{ "label":"Replacement complexity", - "value":"1" + "code":"1" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source of heading or term", - "repeatable":false, - "static":false + "repeatable":false }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -10925,83 +9417,69 @@ "subfields":{ "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Link display", - "value":"0" + "code":"0" }, "1":{ "label":"Replacement complexity", - "value":"1" + "code":"1" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source of heading or term", - "repeatable":false, - "static":false + "repeatable":false }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -11032,83 +9510,69 @@ "subfields":{ "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Link display", - "value":"0" + "code":"0" }, "1":{ "label":"Replacement complexity", - "value":"1" + "code":"1" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source of heading or term", - "repeatable":false, - "static":false + "repeatable":false }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -11139,83 +9603,69 @@ "subfields":{ "i":{ "label":"Relationship information", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Form subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Control subfield", "repeatable":false, - "static":true, "codes":{ "0":{ "label":"Link display", - "value":"0" + "code":"0" }, "1":{ "label":"Replacement complexity", - "value":"1" + "code":"1" } } }, "x":{ "label":"General subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Chronological subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Geographic subdivision", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source of heading or term", - "repeatable":false, - "static":false + "repeatable":false }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -11246,43 +9696,35 @@ "subfields":{ "a":{ "label":"Heading referred to", - "repeatable":true, - "static":false + "repeatable":true }, "i":{ "label":"Explanatory text", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source of heading or term", - "repeatable":false, - "static":false + "repeatable":false }, "4":{ "label":"Relationship", - "repeatable":true, - "static":false + "repeatable":true }, "5":{ "label":"Institution to which field applies", - "repeatable":true, - "static":false + "repeatable":true }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":false @@ -11318,138 +9760,111 @@ "subfields":{ "a":{ "label":"Host name", - "repeatable":true, - "static":false + "repeatable":true }, "c":{ "label":"Compression information", - "repeatable":true, - "static":false + "repeatable":true }, "d":{ "label":"Path", - "repeatable":true, - "static":false + "repeatable":true }, "e":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "f":{ "label":"Electronic name", - "repeatable":true, - "static":false + "repeatable":true }, "g":{ "label":"Persistent identifier", - "repeatable":true, - "static":false + "repeatable":true }, "h":{ "label":"Non-functioning Uniform Resource Identifier", - "repeatable":true, - "static":false + "repeatable":true }, "l":{ "label":"Standardized information governing access", - "repeatable":true, - "static":false + "repeatable":true }, "m":{ "label":"Contact for access assistance", - "repeatable":true, - "static":false + "repeatable":true }, "n":{ "label":"Terms governing access", - "repeatable":true, - "static":false + "repeatable":true }, "o":{ "label":"Operating system", - "repeatable":false, - "static":false + "repeatable":false }, "p":{ "label":"Port", - "repeatable":false, - "static":false + "repeatable":false }, "q":{ "label":"Electronic format type", - "repeatable":true, - "static":false + "repeatable":true }, "r":{ "label":"Standardized information governing use and reproduction", - "repeatable":true, - "static":false + "repeatable":true }, "s":{ "label":"File size", - "repeatable":true, - "static":false + "repeatable":true }, "t":{ "label":"Terms governing use and reproduction", - "repeatable":true, - "static":false + "repeatable":true }, "u":{ "label":"Uniform Resource Identifier", - "repeatable":true, - "static":false + "repeatable":true }, "v":{ "label":"Hours access method available", - "repeatable":true, - "static":false + "repeatable":true }, "w":{ "label":"Record control number", - "repeatable":true, - "static":false + "repeatable":true }, "x":{ "label":"Nonpublic note", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Link text", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Public note", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Access method", - "repeatable":false, - "static":false + "repeatable":false }, "3":{ "label":"Materials specified", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Access status", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -11482,123 +9897,99 @@ "subfields":{ "b":{ "label":"Name of archiving agency", - "repeatable":false, - "static":false + "repeatable":false }, "c":{ "label":"Name of Web archive or digital archive repository", - "repeatable":false, - "static":false + "repeatable":false }, "d":{ "label":"Date range of archived material", - "repeatable":false, - "static":false + "repeatable":false }, "e":{ "label":"Data provenance", - "repeatable":true, - "static":false + "repeatable":true }, "f":{ "label":"Archive completeness", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Persistent identifier", - "repeatable":true, - "static":false + "repeatable":true }, "h":{ "label":"Non-functioning Uniform Resource Identifier", - "repeatable":true, - "static":false + "repeatable":true }, "l":{ "label":"Standardized information governing access", - "repeatable":true, - "static":false + "repeatable":true }, "m":{ "label":"Contact for access assistance", - "repeatable":true, - "static":false + "repeatable":true }, "n":{ "label":"Terms governing access", - "repeatable":true, - "static":false + "repeatable":true }, "q":{ "label":"Electronic format type", - "repeatable":true, - "static":false + "repeatable":true }, "r":{ "label":"Standardized information governing use and reproduction", - "repeatable":true, - "static":false + "repeatable":true }, "s":{ "label":"File size", - "repeatable":true, - "static":false + "repeatable":true }, "t":{ "label":"Terms governing use and reproduction", - "repeatable":true, - "static":false + "repeatable":true }, "u":{ "label":"Uniform Resource Identifier", - "repeatable":true, - "static":false + "repeatable":true }, "x":{ "label":"Nonpublic note", - "repeatable":true, - "static":false + "repeatable":true }, "y":{ "label":"Link text", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Public note", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Access method", - "repeatable":false, - "static":false + "repeatable":false }, "3":{ "label":"Materials specified", - "repeatable":false, - "static":false + "repeatable":false }, "5":{ "label":"Institution to which field applies", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false }, "7":{ "label":"Access status", - "repeatable":false, - "static":false + "repeatable":false }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -11622,23 +10013,19 @@ "subfields":{ "a-z":{ "label":"", - "repeatable":false, - "static":false + "repeatable":false }, "0-5":{ "label":"", - "repeatable":false, - "static":false + "repeatable":false }, "7-9":{ "label":"", - "repeatable":false, - "static":false + "repeatable":false }, "6":{ "label":"Linkage", - "repeatable":false, - "static":false + "repeatable":false } }, "repeatable":true @@ -11665,53 +10052,43 @@ "subfields":{ "a":{ "label":"Creation process", - "repeatable":false, - "static":false + "repeatable":false }, "c":{ "label":"Confidence value", - "repeatable":false, - "static":false + "repeatable":false }, "d":{ "label":"Creation date", - "repeatable":false, - "static":false + "repeatable":false }, "q":{ "label":"Assigning or generating agency", - "repeatable":false, - "static":false + "repeatable":false }, "x":{ "label":"Validity end date", - "repeatable":false, - "static":false + "repeatable":false }, "u":{ "label":"Uniform Resource Identifier", - "repeatable":false, - "static":false + "repeatable":false }, "w":{ "label":"Bibliographic record control number", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "8":{ "label":"Field link and sequence number", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -11735,28 +10112,23 @@ "subfields":{ "a":{ "label":"Conversion process", - "repeatable":false, - "static":false + "repeatable":false }, "g":{ "label":"Conversion date", - "repeatable":false, - "static":false + "repeatable":false }, "k":{ "label":"Identifier of source metadata", - "repeatable":false, - "static":false + "repeatable":false }, "q":{ "label":"Conversion agency", - "repeatable":false, - "static":false + "repeatable":false }, "u":{ "label":"Uniform Resource Identifier", - "repeatable":true, - "static":false + "repeatable":true } }, "repeatable":true @@ -11780,63 +10152,52 @@ "subfields":{ "a":{ "label":"Matching information", - "repeatable":false, - "static":false + "repeatable":false }, "b":{ "label":"Status of matching and its checking", - "repeatable":false, - "static":false + "repeatable":false }, "c":{ "label":"Confidence value", - "repeatable":false, - "static":false + "repeatable":false }, "d":{ "label":"Generation date", - "repeatable":false, - "static":false + "repeatable":false }, "w":{ "label":"Record control number", - "repeatable":true, - "static":false + "repeatable":true }, "x":{ "label":"Nonpublic note", - "repeatable":true, - "static":false + "repeatable":true }, "z":{ "label":"Public note", - "repeatable":true, - "static":false + "repeatable":true }, "0":{ "label":"Authority record control number or standard number", - "repeatable":true, - "static":false + "repeatable":true }, "1":{ "label":"Real World Object URI", - "repeatable":true, - "static":false + "repeatable":true }, "2":{ "label":"Source", - "repeatable":false, - "static":false + "repeatable":false }, "5":{ "label":"Institution to which field applies", - "repeatable":false, - "static":false + "repeatable":false } }, "repeatable":true }, - "leader":{ + "LDR":{ "label":"Leader", "positions":[ {