diff --git a/.gitignore b/.gitignore index 9102014..0df6854 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ __pycache__ test-data/*.csv test-data/*.parquet *.pyc +dist diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..bacb4de --- /dev/null +++ b/LICENSE @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) Ed Summers + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/marctable/__init__.py b/marctable/__init__.py index afd6582..94144da 100644 --- a/marctable/__init__.py +++ b/marctable/__init__.py @@ -66,11 +66,12 @@ def jsonl(infile: click.File, outfile: click.File, rules: list, batch: int) -> N @cli.command() -def yaml() -> None: +@click.argument("outfile", type=click.File("w"), default="-") +def avram(outfile: click.File) -> None: """ - Generate YAML for the MARC specification by scraping the Library of Congress. + Generate Avram (YAML) from scraping the Library of Congress MARC bibliographic website. """ - marctable.marc.main() + marctable.marc.crawl(outfile=outfile) def main() -> None: diff --git a/marctable/marc.json b/marctable/marc.json new file mode 100644 index 0000000..d3bd370 --- /dev/null +++ b/marctable/marc.json @@ -0,0 +1,12458 @@ +{ + "fields": { + "001": { + "tag": "001", + "label": "Control Number", + "repeatable": false, + "url": "https://www.loc.gov/marc/bibliographic/bd001.html", + "subfields": {} + }, + "003": { + "tag": "003", + "label": "Control Number Identifier", + "repeatable": false, + "url": "https://www.loc.gov/marc/bibliographic/bd003.html", + "subfields": {} + }, + "005": { + "tag": "005", + "label": "Date and Time of Latest Transaction", + "repeatable": false, + "url": "https://www.loc.gov/marc/bibliographic/bd005.html", + "subfields": {} + }, + "006": { + "tag": "006", + "label": "Fixed-Length Data Elements-Additional Material Characteristics", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd006.html", + "subfields": {} + }, + "007": { + "tag": "007", + "label": "Physical Description Fixed Field-General Information", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd007.html", + "subfields": {} + }, + "008": { + "tag": "008", + "label": "Fixed-Length Data Elements-General Information", + "repeatable": false, + "url": "https://www.loc.gov/marc/bibliographic/bd008.html", + "subfields": {} + }, + "010": { + "tag": "010", + "label": "Library of Congress Control Number", + "repeatable": false, + "url": "https://www.loc.gov/marc/bibliographic/bd010.html", + "subfields": { + "a": { + "code": "a", + "label": "LC control number", + "repeatable": false + }, + "b": { + "code": "b", + "label": "NUCMC control number", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Canceled/invalid LC control number", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "013": { + "tag": "013", + "label": "Patent Control Information", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd013.html", + "subfields": { + "a": { + "code": "a", + "label": "Number", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Country", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Type of number", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Date", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Status", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Party to document", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "015": { + "tag": "015", + "label": "National Bibliography Number", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd015.html", + "subfields": { + "a": { + "code": "a", + "label": "National bibliography number", + "repeatable": true + }, + "q": { + "code": "q", + "label": "Qualifying information", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Canceled/invalid national bibliography number", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "016": { + "tag": "016", + "label": "National Bibliographic Agency Control Number", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd016.html", + "subfields": { + "a": { + "code": "a", + "label": "Record control number", + "repeatable": false + }, + "z": { + "code": "z", + "label": "Canceled/invalid control number", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "017": { + "tag": "017", + "label": "Copyright or Legal Deposit Number", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd017.html", + "subfields": { + "b": { + "code": "b", + "label": "Assigning agency", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Date", + "repeatable": false + }, + "i": { + "code": "i", + "label": "Display text", + "repeatable": false + }, + "2": { + "code": "2", + "label": "Source", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "018": { + "tag": "018", + "label": "Copyright Article-Fee Code", + "repeatable": false, + "url": "https://www.loc.gov/marc/bibliographic/bd018.html", + "subfields": { + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "020": { + "tag": "020", + "label": "International Standard Book Number", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd020.html", + "subfields": { + "a": { + "code": "a", + "label": "International Standard Book Number", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Terms of availability", + "repeatable": false + }, + "q": { + "code": "q", + "label": "Qualifying information", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Canceled/invalid ISBN", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "022": { + "tag": "022", + "label": "International Standard Serial Number", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd022.html", + "subfields": { + "a": { + "code": "a", + "label": "International Standard Serial Number", + "repeatable": false + }, + "y": { + "code": "y", + "label": "Incorrect ISSN", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Canceled ISSN", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": false + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "023": { + "tag": "023", + "label": "Cluster ISSN", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd023.html", + "subfields": { + "a": { + "code": "a", + "label": "Cluster ISSN", + "repeatable": false + }, + "y": { + "code": "y", + "label": "Incorrect Cluster ISSN", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Canceled Cluster ISSN", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": false + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "024": { + "tag": "024", + "label": "Other Standard Identifier", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd024.html", + "subfields": { + "a": { + "code": "a", + "label": "Standard number or code", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Terms of availability", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Additional codes following the standard number or code", + "repeatable": false + }, + "q": { + "code": "q", + "label": "Qualifying information", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Canceled/invalid standard number or code", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of number or code", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "025": { + "tag": "025", + "label": "Overseas Acquisition Number", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd025.html", + "subfields": { + "a": { + "code": "a", + "label": "Overseas acquisition number", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "026": { + "tag": "026", + "label": "Fingerprint Identifier", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd026.html", + "subfields": { + "a": { + "code": "a", + "label": "First and second groups of characters", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Third and fourth groups of characters", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Date", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Number of volume or part", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Unparsed fingerprint", + "repeatable": false + }, + "2": { + "code": "2", + "label": "Source", + "repeatable": false + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "027": { + "tag": "027", + "label": "Standard Technical Report Number", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd027.html", + "subfields": { + "a": { + "code": "a", + "label": "Standard technical report number", + "repeatable": false + }, + "q": { + "code": "q", + "label": "Qualifying information", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Canceled/invalid number", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "028": { + "tag": "028", + "label": "Publisher or Distributor Number", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd028.html", + "subfields": { + "a": { + "code": "a", + "label": "Publisher or distributor number", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Source", + "repeatable": false + }, + "q": { + "code": "q", + "label": "Qualifying information", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "030": { + "tag": "030", + "label": "CODEN Designation", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd030.html", + "subfields": { + "a": { + "code": "a", + "label": "CODEN", + "repeatable": false + }, + "z": { + "code": "z", + "label": "Canceled/invalid CODEN", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "031": { + "tag": "031", + "label": "Musical Incipits Information", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd031.html", + "subfields": { + "a": { + "code": "a", + "label": "Number of work", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Number of movement", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Number of excerpt", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Caption or heading", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Role", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Clef", + "repeatable": false + }, + "m": { + "code": "m", + "label": "Voice/instrument", + "repeatable": false + }, + "n": { + "code": "n", + "label": "Key signature", + "repeatable": false + }, + "o": { + "code": "o", + "label": "Time signature", + "repeatable": false + }, + "p": { + "code": "p", + "label": "Musical notation", + "repeatable": false + }, + "q": { + "code": "q", + "label": "General note", + "repeatable": true + }, + "r": { + "code": "r", + "label": "Key or mode", + "repeatable": false + }, + "s": { + "code": "s", + "label": "Coded validity note", + "repeatable": true + }, + "t": { + "code": "t", + "label": "Text incipit", + "repeatable": true + }, + "u": { + "code": "u", + "label": "Uniform Resource Identifier", + "repeatable": true + }, + "y": { + "code": "y", + "label": "Link text", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Public note", + "repeatable": true + }, + "2": { + "code": "2", + "label": "System code", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "032": { + "tag": "032", + "label": "Postal Registration Number", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd032.html", + "subfields": { + "a": { + "code": "a", + "label": "Postal registration number", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Source agency assigning number", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "033": { + "tag": "033", + "label": "Date/Time and Place of an Event", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd033.html", + "subfields": { + "a": { + "code": "a", + "label": "Formatted date/time", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Geographic classification area code", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Geographic classification subarea code", + "repeatable": true + }, + "p": { + "code": "p", + "label": "Place of event", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of term", + "repeatable": true + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "034": { + "tag": "034", + "label": "Coded Cartographic Mathematical Data", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd034.html", + "subfields": { + "a": { + "code": "a", + "label": "Category of scale", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Constant ratio linear horizontal scale", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Constant ratio linear vertical scale", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Coordinates - westernmost longitude", + "repeatable": false + }, + "e": { + "code": "e", + "label": "Coordinates - easternmost longitude", + "repeatable": false + }, + "f": { + "code": "f", + "label": "Coordinates - northernmost latitude", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Coordinates - southernmost latitude", + "repeatable": false + }, + "h": { + "code": "h", + "label": "Angular scale", + "repeatable": true + }, + "j": { + "code": "j", + "label": "Declination - northern limit", + "repeatable": false + }, + "k": { + "code": "k", + "label": "Declination - southern limit", + "repeatable": false + }, + "m": { + "code": "m", + "label": "Right ascension - eastern limit", + "repeatable": false + }, + "n": { + "code": "n", + "label": "Right ascension - western limit", + "repeatable": false + }, + "p": { + "code": "p", + "label": "Equinox", + "repeatable": false + }, + "r": { + "code": "r", + "label": "Distance from earth", + "repeatable": false + }, + "s": { + "code": "s", + "label": "G-ring latitude", + "repeatable": true + }, + "t": { + "code": "t", + "label": "G-ring longitude", + "repeatable": true + }, + "x": { + "code": "x", + "label": "Beginning date", + "repeatable": false + }, + "y": { + "code": "y", + "label": "Ending date", + "repeatable": false + }, + "z": { + "code": "z", + "label": "Name of extraterrestrial body", + "repeatable": false + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "035": { + "tag": "035", + "label": "System Control Number", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd035.html", + "subfields": { + "a": { + "code": "a", + "label": "System control number", + "repeatable": false + }, + "z": { + "code": "z", + "label": "Canceled/invalid control number", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "036": { + "tag": "036", + "label": "Original Study Number for Computer Data Files", + "repeatable": false, + "url": "https://www.loc.gov/marc/bibliographic/bd036.html", + "subfields": { + "a": { + "code": "a", + "label": "Original study number", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Source agency assigning number", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "037": { + "tag": "037", + "label": "Source of Acquisition", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd037.html", + "subfields": { + "a": { + "code": "a", + "label": "Stock number", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Source of stock number/acquisition", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Terms of availability", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Form of issue", + "repeatable": true + }, + "g": { + "code": "g", + "label": "Additional format characteristics", + "repeatable": true + }, + "n": { + "code": "n", + "label": "Note", + "repeatable": true + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "038": { + "tag": "038", + "label": "Record Content Licensor", + "repeatable": false, + "url": "https://www.loc.gov/marc/bibliographic/bd038.html", + "subfields": { + "a": { + "code": "a", + "label": "Record content licensor", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "040": { + "tag": "040", + "label": "Cataloging Source", + "repeatable": false, + "url": "https://www.loc.gov/marc/bibliographic/bd040.html", + "subfields": { + "a": { + "code": "a", + "label": "Original cataloging agency", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Language of cataloging", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Transcribing agency", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Modifying agency", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Description conventions", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "041": { + "tag": "041", + "label": "Language Code", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd041.html", + "subfields": { + "b": { + "code": "b", + "label": "Language code of summary or abstract", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Language code of sung or spoken text", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Language code of librettos", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Language code of table of contents", + "repeatable": true + }, + "h": { + "code": "h", + "label": "Language code of original", + "repeatable": true + }, + "i": { + "code": "i", + "label": "Language code of intertitles", + "repeatable": true + }, + "j": { + "code": "j", + "label": "Language code of subtitles", + "repeatable": true + }, + "k": { + "code": "k", + "label": "Language code of intermediate translations", + "repeatable": true + }, + "m": { + "code": "m", + "label": "Language code of original accompanying materials other than librettos", + "repeatable": true + }, + "n": { + "code": "n", + "label": "Language code of original libretto", + "repeatable": true + }, + "p": { + "code": "p", + "label": "Language code of captions", + "repeatable": true + }, + "q": { + "code": "q", + "label": "Language code of accessible audio", + "repeatable": true + }, + "r": { + "code": "r", + "label": "Language code of accessible visual language (non-textual)", + "repeatable": true + }, + "t": { + "code": "t", + "label": "Language code of accompanying transcripts for audiovisual materials", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of code", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "042": { + "tag": "042", + "label": "Authentication Code", + "repeatable": false, + "url": "https://www.loc.gov/marc/bibliographic/bd042.html", + "subfields": { + "a": { + "code": "a", + "label": "Authentication code", + "repeatable": true + } + } + }, + "043": { + "tag": "043", + "label": "Geographic Area Code", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd043.html", + "subfields": { + "a": { + "code": "a", + "label": "Geographic area code", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Local GAC code", + "repeatable": true + }, + "c": { + "code": "c", + "label": "ISO code", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of local code", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "044": { + "tag": "044", + "label": "Country of Publishing/Producing Entity Code", + "repeatable": false, + "url": "https://www.loc.gov/marc/bibliographic/bd044.html", + "subfields": { + "a": { + "code": "a", + "label": "MARC country code", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Local subentity code", + "repeatable": true + }, + "c": { + "code": "c", + "label": "ISO country code", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of local subentity code", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "045": { + "tag": "045", + "label": "Time Period of Content", + "repeatable": false, + "url": "https://www.loc.gov/marc/bibliographic/bd045.html", + "subfields": { + "a": { + "code": "a", + "label": "Time period code", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Formatted 9999 B.C. through C.E. time period", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Formatted pre-9999 B.C. time period", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "046": { + "tag": "046", + "label": "Special Coded Dates", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd046.html", + "subfields": { + "a": { + "code": "a", + "label": "Type of date code", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Date 1, B.C.E. date", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Date 1, C.E. date", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Date 2, B.C.E. date", + "repeatable": false + }, + "e": { + "code": "e", + "label": "Date 2, C.E. date", + "repeatable": false + }, + "j": { + "code": "j", + "label": "Date resource modified", + "repeatable": false + }, + "k": { + "code": "k", + "label": "Beginning or single date created", + "repeatable": false + }, + "l": { + "code": "l", + "label": "Ending date created", + "repeatable": false + }, + "m": { + "code": "m", + "label": "Beginning of date valid", + "repeatable": false + }, + "n": { + "code": "n", + "label": "End of date valid", + "repeatable": false + }, + "o": { + "code": "o", + "label": "Single or starting date for aggregated content", + "repeatable": false + }, + "p": { + "code": "p", + "label": "Ending date for aggregated content", + "repeatable": false + }, + "x": { + "code": "x", + "label": "Nonpublic note", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Public note", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of date", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "047": { + "tag": "047", + "label": "Form of Musical Composition Code", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd047.html", + "subfields": { + "a": { + "code": "a", + "label": "Form of musical composition code", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of code", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "048": { + "tag": "048", + "label": "Number of Musical Instruments or Voices Code", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd048.html", + "subfields": { + "a": { + "code": "a", + "label": "Performer or ensemble", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Soloist", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of code", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "050": { + "tag": "050", + "label": "Library of Congress Call Number", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd050.html", + "subfields": { + "a": { + "code": "a", + "label": "Classification number", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Item number", + "repeatable": false + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "051": { + "tag": "051", + "label": "Library of Congress Copy, Issue, Offprint Statement", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd051.html", + "subfields": { + "a": { + "code": "a", + "label": "Classification number", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Item number", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Copy information", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "052": { + "tag": "052", + "label": "Geographic Classification", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd052.html", + "subfields": { + "a": { + "code": "a", + "label": "Geographic classification area code", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Geographic classification subarea code", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Populated place name", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Code source", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "055": { + "tag": "055", + "label": "Classification Numbers Assigned in Canada", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd055.html", + "subfields": { + "a": { + "code": "a", + "label": "Classification number", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Item number", + "repeatable": false + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of call/class number", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "060": { + "tag": "060", + "label": "National Library of Medicine Call Number", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd060.html", + "subfields": { + "a": { + "code": "a", + "label": "Classification number", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Item number", + "repeatable": false + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "061": { + "tag": "061", + "label": "National Library of Medicine Copy Statement", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd061.html", + "subfields": { + "a": { + "code": "a", + "label": "Classification number", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Item number", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Copy information", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "066": { + "tag": "066", + "label": "Character Sets Present", + "repeatable": false, + "url": "https://www.loc.gov/marc/bibliographic/bd066.html", + "subfields": { + "a": { + "code": "a", + "label": "Primary G0 character set", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Primary G1 character set", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Alternate G0 or G1 character set", + "repeatable": true + } + } + }, + "070": { + "tag": "070", + "label": "National Agricultural Library Call Number", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd070.html", + "subfields": { + "a": { + "code": "a", + "label": "Classification number", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Item number", + "repeatable": false + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "071": { + "tag": "071", + "label": "National Agricultural Library Copy Statement", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd071.html", + "subfields": { + "a": { + "code": "a", + "label": "Classification number", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Item number", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Copy information", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "072": { + "tag": "072", + "label": "Subject Category Code", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd072.html", + "subfields": { + "a": { + "code": "a", + "label": "Subject category code", + "repeatable": false + }, + "x": { + "code": "x", + "label": "Subject category code subdivision", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "074": { + "tag": "074", + "label": "GPO Item Number", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd074.html", + "subfields": { + "a": { + "code": "a", + "label": "GPO item number", + "repeatable": false + }, + "z": { + "code": "z", + "label": "Canceled/invalid GPO item number", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "080": { + "tag": "080", + "label": "Universal Decimal Classification Number", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd080.html", + "subfields": { + "a": { + "code": "a", + "label": "Universal Decimal Classification number", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Item number", + "repeatable": false + }, + "x": { + "code": "x", + "label": "Common auxiliary subdivision", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Edition identifier", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "082": { + "tag": "082", + "label": "Dewey Decimal Classification Number", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd082.html", + "subfields": { + "a": { + "code": "a", + "label": "Classification number", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Item number", + "repeatable": false + }, + "m": { + "code": "m", + "label": "Standard or optional designation", + "repeatable": false + }, + "q": { + "code": "q", + "label": "Assigning agency", + "repeatable": false + }, + "2": { + "code": "2", + "label": "Edition information", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "083": { + "tag": "083", + "label": "Additional Dewey Decimal Classification Number", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd083.html", + "subfields": { + "a": { + "code": "a", + "label": "Classification number", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Classification number--Ending number of span", + "repeatable": true + }, + "m": { + "code": "m", + "label": "Standard or optional designation", + "repeatable": false + }, + "q": { + "code": "q", + "label": "Assigning agency", + "repeatable": false + }, + "z": { + "code": "z", + "label": "Table identification", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Edition information", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "084": { + "tag": "084", + "label": "Other Classification Number", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd084.html", + "subfields": { + "a": { + "code": "a", + "label": "Classification number", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Item number", + "repeatable": false + }, + "q": { + "code": "q", + "label": "Assigning agency", + "repeatable": false + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Number source", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "085": { + "tag": "085", + "label": "Synthesized Classification Number Components", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd085.html", + "subfields": { + "b": { + "code": "b", + "label": "Base number", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Classification number-ending number of span", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Facet designator", + "repeatable": true + }, + "r": { + "code": "r", + "label": "Root number", + "repeatable": true + }, + "u": { + "code": "u", + "label": "Number being analyzed", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Table identification", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "086": { + "tag": "086", + "label": "Government Document Classification Number", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd086.html", + "subfields": { + "a": { + "code": "a", + "label": "Classification number", + "repeatable": false + }, + "z": { + "code": "z", + "label": "Canceled/invalid classification number", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Number source", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "088": { + "tag": "088", + "label": "Report Number", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd088.html", + "subfields": { + "a": { + "code": "a", + "label": "Report number", + "repeatable": false + }, + "z": { + "code": "z", + "label": "Canceled/invalid report number", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "100": { + "tag": "100", + "label": "Main Entry-Personal Name", + "repeatable": false, + "url": "https://www.loc.gov/marc/bibliographic/bd100.html", + "subfields": { + "a": { + "code": "a", + "label": "Personal name", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Numeration", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Titles and words associated with a name", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Dates associated with a name", + "repeatable": false + }, + "e": { + "code": "e", + "label": "Relator term", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Date of a work", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Miscellaneous information", + "repeatable": true + }, + "j": { + "code": "j", + "label": "Attribution qualifier", + "repeatable": true + }, + "k": { + "code": "k", + "label": "Form subheading", + "repeatable": true + }, + "l": { + "code": "l", + "label": "Language of a work", + "repeatable": false + }, + "n": { + "code": "n", + "label": "Number of part/section of a work", + "repeatable": true + }, + "p": { + "code": "p", + "label": "Name of part/section of a work", + "repeatable": true + }, + "q": { + "code": "q", + "label": "Fuller form of name", + "repeatable": false + }, + "t": { + "code": "t", + "label": "Title of a work", + "repeatable": false + }, + "u": { + "code": "u", + "label": "Affiliation", + "repeatable": false + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of heading or term", + "repeatable": false + }, + "4": { + "code": "4", + "label": "Relationship", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "110": { + "tag": "110", + "label": "Main Entry-Corporate Name", + "repeatable": false, + "url": "https://www.loc.gov/marc/bibliographic/bd110.html", + "subfields": { + "a": { + "code": "a", + "label": "Corporate name or jurisdiction name as entry element", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Subordinate unit", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Location of meeting", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Date of meeting or treaty signing", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Relator term", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Date of a work", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Miscellaneous information", + "repeatable": true + }, + "k": { + "code": "k", + "label": "Form subheading", + "repeatable": true + }, + "l": { + "code": "l", + "label": "Language of a work", + "repeatable": false + }, + "n": { + "code": "n", + "label": "Number of part/section/meeting", + "repeatable": true + }, + "p": { + "code": "p", + "label": "Name of part/section of a work", + "repeatable": true + }, + "t": { + "code": "t", + "label": "Title of a work", + "repeatable": false + }, + "u": { + "code": "u", + "label": "Affiliation", + "repeatable": false + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of heading or term", + "repeatable": false + }, + "4": { + "code": "4", + "label": "Relationship", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "111": { + "tag": "111", + "label": "Main Entry-Meeting Name", + "repeatable": false, + "url": "https://www.loc.gov/marc/bibliographic/bd111.html", + "subfields": { + "a": { + "code": "a", + "label": "Meeting name or jurisdiction name as entry element", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Location of meeting", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Date of meeting or treaty signing", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Subordinate unit", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Date of a work", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Miscellaneous information", + "repeatable": true + }, + "j": { + "code": "j", + "label": "Relator term", + "repeatable": true + }, + "k": { + "code": "k", + "label": "Form subheading", + "repeatable": true + }, + "l": { + "code": "l", + "label": "Language of a work", + "repeatable": false + }, + "n": { + "code": "n", + "label": "Number of part/section/meeting", + "repeatable": true + }, + "p": { + "code": "p", + "label": "Name of part/section of a work", + "repeatable": true + }, + "q": { + "code": "q", + "label": "Name of meeting following jurisdiction name entry element", + "repeatable": false + }, + "t": { + "code": "t", + "label": "Title of a work", + "repeatable": false + }, + "u": { + "code": "u", + "label": "Affiliation", + "repeatable": false + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of heading or term", + "repeatable": false + }, + "4": { + "code": "4", + "label": "Relationship", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "130": { + "tag": "130", + "label": "Main Entry-Uniform Title", + "repeatable": false, + "url": "https://www.loc.gov/marc/bibliographic/bd130.html", + "subfields": { + "a": { + "code": "a", + "label": "Uniform title", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Date of treaty signing", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Date of a work", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Miscellaneous information", + "repeatable": true + }, + "h": { + "code": "h", + "label": "Medium", + "repeatable": false + }, + "k": { + "code": "k", + "label": "Form subheading", + "repeatable": true + }, + "l": { + "code": "l", + "label": "Language of a work", + "repeatable": false + }, + "m": { + "code": "m", + "label": "Medium of performance for music", + "repeatable": true + }, + "n": { + "code": "n", + "label": "Number of part/section of a work", + "repeatable": true + }, + "o": { + "code": "o", + "label": "Arranged statement for music", + "repeatable": false + }, + "p": { + "code": "p", + "label": "Name of part/section of a work", + "repeatable": true + }, + "r": { + "code": "r", + "label": "Key for music", + "repeatable": false + }, + "s": { + "code": "s", + "label": "Version", + "repeatable": true + }, + "t": { + "code": "t", + "label": "Title of a work", + "repeatable": false + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of heading or term", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "210": { + "tag": "210", + "label": "Abbreviated Title", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd210.html", + "subfields": { + "a": { + "code": "a", + "label": "Abbreviated title", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Qualifying information", + "repeatable": false + }, + "2": { + "code": "2", + "label": "Source", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "222": { + "tag": "222", + "label": "Key Title", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd222.html", + "subfields": { + "a": { + "code": "a", + "label": "Key title", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Qualifying information", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "240": { + "tag": "240", + "label": "Uniform Title", + "repeatable": false, + "url": "https://www.loc.gov/marc/bibliographic/bd240.html", + "subfields": { + "a": { + "code": "a", + "label": "Uniform title", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Date of treaty signing", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Date of a work", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Miscellaneous information", + "repeatable": true + }, + "h": { + "code": "h", + "label": "Medium", + "repeatable": false + }, + "k": { + "code": "k", + "label": "Form subheading", + "repeatable": true + }, + "l": { + "code": "l", + "label": "Language of a work", + "repeatable": false + }, + "m": { + "code": "m", + "label": "Medium of performance for music", + "repeatable": true + }, + "n": { + "code": "n", + "label": "Number of part/section of a work", + "repeatable": true + }, + "o": { + "code": "o", + "label": "Arranged statement for music", + "repeatable": false + }, + "p": { + "code": "p", + "label": "Name of part/section of a work", + "repeatable": true + }, + "r": { + "code": "r", + "label": "Key for music", + "repeatable": false + }, + "s": { + "code": "s", + "label": "Version", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of heading or term", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "242": { + "tag": "242", + "label": "Translation of Title by Cataloging Agency", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd242.html", + "subfields": { + "a": { + "code": "a", + "label": "Title", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Remainder of title", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Statement of responsibility, etc.", + "repeatable": false + }, + "h": { + "code": "h", + "label": "Medium", + "repeatable": false + }, + "n": { + "code": "n", + "label": "Number of part/section of a work", + "repeatable": true + }, + "p": { + "code": "p", + "label": "Name of part/section of a work", + "repeatable": true + }, + "y": { + "code": "y", + "label": "Language code of translated title", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "243": { + "tag": "243", + "label": "Collective Uniform Title", + "repeatable": false, + "url": "https://www.loc.gov/marc/bibliographic/bd243.html", + "subfields": { + "a": { + "code": "a", + "label": "Uniform title", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Date of treaty signing", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Date of a work", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Miscellaneous information", + "repeatable": true + }, + "h": { + "code": "h", + "label": "Medium", + "repeatable": false + }, + "k": { + "code": "k", + "label": "Form subheading", + "repeatable": true + }, + "l": { + "code": "l", + "label": "Language of a work", + "repeatable": false + }, + "m": { + "code": "m", + "label": "Medium of performance for music", + "repeatable": true + }, + "n": { + "code": "n", + "label": "Number of part/section of a work", + "repeatable": true + }, + "o": { + "code": "o", + "label": "Arranged statement for music", + "repeatable": false + }, + "p": { + "code": "p", + "label": "Name of part/section of a work", + "repeatable": true + }, + "r": { + "code": "r", + "label": "Key for music", + "repeatable": false + }, + "s": { + "code": "s", + "label": "Version", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "245": { + "tag": "245", + "label": "Title Statement", + "repeatable": false, + "url": "https://www.loc.gov/marc/bibliographic/bd245.html", + "subfields": { + "a": { + "code": "a", + "label": "Title", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Remainder of title", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Statement of responsibility, etc.", + "repeatable": false + }, + "f": { + "code": "f", + "label": "Inclusive dates", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Bulk dates", + "repeatable": false + }, + "h": { + "code": "h", + "label": "Medium", + "repeatable": false + }, + "k": { + "code": "k", + "label": "Form", + "repeatable": true + }, + "n": { + "code": "n", + "label": "Number of part/section of a work", + "repeatable": true + }, + "p": { + "code": "p", + "label": "Name of part/section of a work", + "repeatable": true + }, + "s": { + "code": "s", + "label": "Version", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "246": { + "tag": "246", + "label": "Varying Form of Title", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd246.html", + "subfields": { + "a": { + "code": "a", + "label": "Title proper/short title", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Remainder of title", + "repeatable": false + }, + "f": { + "code": "f", + "label": "Date or sequential designation", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Miscellaneous information", + "repeatable": true + }, + "h": { + "code": "h", + "label": "Medium", + "repeatable": false + }, + "i": { + "code": "i", + "label": "Display text", + "repeatable": false + }, + "n": { + "code": "n", + "label": "Number of part/section of a work", + "repeatable": true + }, + "p": { + "code": "p", + "label": "Name of part/section of a work", + "repeatable": true + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "247": { + "tag": "247", + "label": "Former Title", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd247.html", + "subfields": { + "a": { + "code": "a", + "label": "Title", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Remainder of title", + "repeatable": false + }, + "f": { + "code": "f", + "label": "Date or sequential designation", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Miscellaneous information", + "repeatable": true + }, + "h": { + "code": "h", + "label": "Medium", + "repeatable": false + }, + "n": { + "code": "n", + "label": "Number of part/section of a work", + "repeatable": true + }, + "p": { + "code": "p", + "label": "Name of part/section of a work", + "repeatable": true + }, + "x": { + "code": "x", + "label": "International Standard Serial Number", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "250": { + "tag": "250", + "label": "Edition Statement", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd250.html", + "subfields": { + "a": { + "code": "a", + "label": "Edition statement", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Remainder of edition statement", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "251": { + "tag": "251", + "label": "Version Information", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd251.html", + "subfields": { + "a": { + "code": "a", + "label": "Version", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "254": { + "tag": "254", + "label": "Musical Presentation Statement", + "repeatable": false, + "url": "https://www.loc.gov/marc/bibliographic/bd254.html", + "subfields": { + "a": { + "code": "a", + "label": "Musical presentation statement", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "255": { + "tag": "255", + "label": "Cartographic Mathematical Data", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd255.html", + "subfields": { + "a": { + "code": "a", + "label": "Statement of scale", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Statement of projection", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Statement of coordinates", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Statement of zone", + "repeatable": false + }, + "e": { + "code": "e", + "label": "Statement of equinox", + "repeatable": false + }, + "f": { + "code": "f", + "label": "Outer G-ring coordinate pairs", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Exclusion G-ring coordinate pairs", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "256": { + "tag": "256", + "label": "Computer File Characteristics", + "repeatable": false, + "url": "https://www.loc.gov/marc/bibliographic/bd256.html", + "subfields": { + "a": { + "code": "a", + "label": "Computer file characteristics", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "257": { + "tag": "257", + "label": "Country of Producing Entity", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd257.html", + "subfields": { + "a": { + "code": "a", + "label": "Country of producing entity", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "258": { + "tag": "258", + "label": "Philatelic Issue Data", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd258.html", + "subfields": { + "a": { + "code": "a", + "label": "Issuing jurisdiction", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Denomination", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "260": { + "tag": "260", + "label": "Publication, Distribution, etc. (Imprint)", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd260.html", + "subfields": { + "a": { + "code": "a", + "label": "Place of publication, distribution, etc.", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Name of publisher, distributor, etc.", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Date of publication, distribution, etc.", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Place of manufacture", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Manufacturer", + "repeatable": true + }, + "g": { + "code": "g", + "label": "Date of manufacture", + "repeatable": true + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "263": { + "tag": "263", + "label": "Projected Publication Date", + "repeatable": false, + "url": "https://www.loc.gov/marc/bibliographic/bd263.html", + "subfields": { + "a": { + "code": "a", + "label": "Projected publication date", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "264": { + "tag": "264", + "label": "Production, Publication, Distribution, Manufacture, and Copyright Notice", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd264.html", + "subfields": { + "a": { + "code": "a", + "label": "Place of production, publication, distribution, manufacture", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Name of producer, publisher, distributor, manufacturer", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Date of production, publication, distribution, manufacture, or copyright notice", + "repeatable": true + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "270": { + "tag": "270", + "label": "Address", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd270.html", + "subfields": { + "a": { + "code": "a", + "label": "Address", + "repeatable": true + }, + "b": { + "code": "b", + "label": "City", + "repeatable": false + }, + "c": { + "code": "c", + "label": "State or province", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Country", + "repeatable": false + }, + "e": { + "code": "e", + "label": "Postal code", + "repeatable": false + }, + "f": { + "code": "f", + "label": "Terms preceding attention name", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Attention name", + "repeatable": false + }, + "h": { + "code": "h", + "label": "Attention position", + "repeatable": false + }, + "i": { + "code": "i", + "label": "Type of address", + "repeatable": false + }, + "j": { + "code": "j", + "label": "Specialized telephone number", + "repeatable": true + }, + "k": { + "code": "k", + "label": "Telephone number", + "repeatable": true + }, + "l": { + "code": "l", + "label": "Fax number", + "repeatable": true + }, + "m": { + "code": "m", + "label": "Electronic mail address", + "repeatable": true + }, + "n": { + "code": "n", + "label": "TDD or TTY number", + "repeatable": true + }, + "p": { + "code": "p", + "label": "Contact person", + "repeatable": true + }, + "q": { + "code": "q", + "label": "Title of contact person", + "repeatable": true + }, + "r": { + "code": "r", + "label": "Hours", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Public note", + "repeatable": true + }, + "4": { + "code": "4", + "label": "Relationship", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "300": { + "tag": "300", + "label": "Physical Description", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd300.html", + "subfields": { + "a": { + "code": "a", + "label": "Extent", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Other physical details", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Dimensions", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Accompanying material", + "repeatable": false + }, + "f": { + "code": "f", + "label": "Type of unit", + "repeatable": true + }, + "g": { + "code": "g", + "label": "Size of unit", + "repeatable": true + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "306": { + "tag": "306", + "label": "Playing Time", + "repeatable": false, + "url": "https://www.loc.gov/marc/bibliographic/bd306.html", + "subfields": { + "a": { + "code": "a", + "label": "Playing time", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "307": { + "tag": "307", + "label": "Hours, Etc.", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd307.html", + "subfields": { + "a": { + "code": "a", + "label": "Hours", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Additional information", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "310": { + "tag": "310", + "label": "Current Publication Frequency", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd310.html", + "subfields": { + "a": { + "code": "a", + "label": "Current publication frequency", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Date of current publication frequency", + "repeatable": false + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": false + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "321": { + "tag": "321", + "label": "Former Publication Frequency", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd321.html", + "subfields": { + "a": { + "code": "a", + "label": "Former publication frequency", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Dates of former publication frequency", + "repeatable": false + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": false + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "334": { + "tag": "334", + "label": "Mode of Issuance", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd334.html", + "subfields": { + "a": { + "code": "a", + "label": "Mode of issuance term", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Mode of issuance code", + "repeatable": false + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "335": { + "tag": "335", + "label": "Extension Plan", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd335.html", + "subfields": { + "a": { + "code": "a", + "label": "Extension plan term", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Extension plan code", + "repeatable": false + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "336": { + "tag": "336", + "label": "Content Type", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd336.html", + "subfields": { + "a": { + "code": "a", + "label": "Content type term", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Content type code", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "337": { + "tag": "337", + "label": "Media Type", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd337.html", + "subfields": { + "a": { + "code": "a", + "label": "Media type term", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Media type code", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "338": { + "tag": "338", + "label": "Carrier Type", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd338.html", + "subfields": { + "a": { + "code": "a", + "label": "Carrier type term", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Carrier type code", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "340": { + "tag": "340", + "label": "Physical Medium", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd340.html", + "subfields": { + "a": { + "code": "a", + "label": "Material base and configuration", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Dimensions", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Materials applied to surface", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Information recording technique", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Support", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Reduction ratio value", + "repeatable": true + }, + "g": { + "code": "g", + "label": "Color content", + "repeatable": true + }, + "h": { + "code": "h", + "label": "Location within medium", + "repeatable": true + }, + "i": { + "code": "i", + "label": "Technical specifications of medium", + "repeatable": true + }, + "j": { + "code": "j", + "label": "Generation", + "repeatable": true + }, + "k": { + "code": "k", + "label": "Layout", + "repeatable": true + }, + "l": { + "code": "l", + "label": "Binding", + "repeatable": true + }, + "m": { + "code": "m", + "label": "Book format", + "repeatable": true + }, + "n": { + "code": "n", + "label": "Font size", + "repeatable": true + }, + "o": { + "code": "o", + "label": "Polarity", + "repeatable": true + }, + "p": { + "code": "p", + "label": "Illustrative content", + "repeatable": true + }, + "q": { + "code": "q", + "label": "Reduction ratio designator", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "341": { + "tag": "341", + "label": "Accessibility Content", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd341.html", + "subfields": { + "a": { + "code": "a", + "label": "Content access mode", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Textual assistive features", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Visual assistive features", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Auditory assistive features", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Tactile assistive features", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "342": { + "tag": "342", + "label": "Geospatial Reference Data", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd342.html", + "subfields": { + "a": { + "code": "a", + "label": "Name", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Coordinate units or distance units", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Latitude resolution", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Longitude resolution", + "repeatable": false + }, + "e": { + "code": "e", + "label": "Standard parallel or oblique line latitude", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Oblique line longitude", + "repeatable": true + }, + "g": { + "code": "g", + "label": "Longitude of central meridian or projection center", + "repeatable": false + }, + "h": { + "code": "h", + "label": "Latitude of projection center or projection origin", + "repeatable": false + }, + "i": { + "code": "i", + "label": "False easting", + "repeatable": false + }, + "j": { + "code": "j", + "label": "False northing", + "repeatable": false + }, + "k": { + "code": "k", + "label": "Scale factor", + "repeatable": false + }, + "l": { + "code": "l", + "label": "Height of perspective point above surface", + "repeatable": false + }, + "m": { + "code": "m", + "label": "Azimuthal angle", + "repeatable": false + }, + "n": { + "code": "n", + "label": "Azimuth measure point longitude or straight vertical longitude from pole", + "repeatable": false + }, + "o": { + "code": "o", + "label": "Landsat number and path number", + "repeatable": false + }, + "p": { + "code": "p", + "label": "Zone identifier", + "repeatable": false + }, + "q": { + "code": "q", + "label": "Ellipsoid name", + "repeatable": false + }, + "r": { + "code": "r", + "label": "Semi-major axis", + "repeatable": false + }, + "s": { + "code": "s", + "label": "Denominator of flattening ratio", + "repeatable": false + }, + "t": { + "code": "t", + "label": "Vertical resolution", + "repeatable": false + }, + "u": { + "code": "u", + "label": "Vertical encoding method", + "repeatable": false + }, + "v": { + "code": "v", + "label": "Local planar, local, or other projection or grid description", + "repeatable": false + }, + "w": { + "code": "w", + "label": "Local planar or local georeference information", + "repeatable": false + }, + "2": { + "code": "2", + "label": "Reference method used", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "343": { + "tag": "343", + "label": "Planar Coordinate Data", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd343.html", + "subfields": { + "a": { + "code": "a", + "label": "Planar coordinate encoding method", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Planar distance units", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Abscissa resolution", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Ordinate resolution", + "repeatable": false + }, + "e": { + "code": "e", + "label": "Distance resolution", + "repeatable": false + }, + "f": { + "code": "f", + "label": "Bearing resolution", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Bearing units", + "repeatable": false + }, + "h": { + "code": "h", + "label": "Bearing reference direction", + "repeatable": false + }, + "i": { + "code": "i", + "label": "Bearing reference meridian", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "344": { + "tag": "344", + "label": "Sound Characteristics", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd344.html", + "subfields": { + "a": { + "code": "a", + "label": "Type of recording", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Recording medium", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Playing speed", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Groove characteristic", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Track configuration", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Tape configuration", + "repeatable": true + }, + "g": { + "code": "g", + "label": "Configuration of playback channels", + "repeatable": true + }, + "h": { + "code": "h", + "label": "Special playback characteristics", + "repeatable": true + }, + "i": { + "code": "i", + "label": "Sound content", + "repeatable": true + }, + "j": { + "code": "j", + "label": "Original capture and storage technique", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "345": { + "tag": "345", + "label": "Moving Image Characteristics", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd345.html", + "subfields": { + "a": { + "code": "a", + "label": "Presentation format", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Projection speed", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Aspect ratio value", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Aspect ratio designator", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "346": { + "tag": "346", + "label": "Video Characteristics", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd346.html", + "subfields": { + "a": { + "code": "a", + "label": "Video format", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Broadcast standard", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "347": { + "tag": "347", + "label": "Digital File Characteristics", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd347.html", + "subfields": { + "a": { + "code": "a", + "label": "File type", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Encoding format", + "repeatable": true + }, + "c": { + "code": "c", + "label": "File size", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Resolution", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Regional encoding", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Encoded bitrate", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "348": { + "tag": "348", + "label": "Notated Music Characteristics", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd348.html", + "subfields": { + "a": { + "code": "a", + "label": "Format of notated music term", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Format of notated music code", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Form of musical notation term", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Form of musical notation code", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of term", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "351": { + "tag": "351", + "label": "Organization and Arrangement of Materials", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd351.html", + "subfields": { + "a": { + "code": "a", + "label": "Organization", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Arrangement", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Hierarchical level", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "352": { + "tag": "352", + "label": "Digital Graphic Representation", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd352.html", + "subfields": { + "a": { + "code": "a", + "label": "Direct reference method", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Object type", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Object count", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Row count", + "repeatable": false + }, + "e": { + "code": "e", + "label": "Column count", + "repeatable": false + }, + "f": { + "code": "f", + "label": "Vertical count", + "repeatable": false + }, + "g": { + "code": "g", + "label": "VPF topology level", + "repeatable": false + }, + "i": { + "code": "i", + "label": "Indirect reference description", + "repeatable": false + }, + "q": { + "code": "q", + "label": "Format of the digital image", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "353": { + "tag": "353", + "label": "Supplementary Content Characteristics", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd353.html", + "subfields": { + "a": { + "code": "a", + "label": "Supplementary content term", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Supplementary content code", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "355": { + "tag": "355", + "label": "Security Classification Control", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd355.html", + "subfields": { + "a": { + "code": "a", + "label": "Security classification", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Handling instructions", + "repeatable": true + }, + "c": { + "code": "c", + "label": "External dissemination information", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Downgrading or declassification event", + "repeatable": false + }, + "e": { + "code": "e", + "label": "Classification system", + "repeatable": false + }, + "f": { + "code": "f", + "label": "Country of origin code", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Downgrading date", + "repeatable": false + }, + "h": { + "code": "h", + "label": "Declassification date", + "repeatable": false + }, + "j": { + "code": "j", + "label": "Authorization", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "357": { + "tag": "357", + "label": "Originator Dissemination Control", + "repeatable": false, + "url": "https://www.loc.gov/marc/bibliographic/bd357.html", + "subfields": { + "a": { + "code": "a", + "label": "Originator control term", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Originating agency", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Authorized recipients of material", + "repeatable": true + }, + "g": { + "code": "g", + "label": "Other restrictions", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "361": { + "tag": "361", + "label": "Structured Ownership and Custodial History", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd361.html", + "subfields": { + "a": { + "code": "a", + "label": "Name", + "repeatable": false + }, + "f": { + "code": "f", + "label": "Ownership and custodial history evidence term", + "repeatable": true + }, + "k": { + "code": "k", + "label": "Formatted date", + "repeatable": false + }, + "l": { + "code": "l", + "label": "Date", + "repeatable": false + }, + "o": { + "code": "o", + "label": "Type of ownership and custodial history information", + "repeatable": true + }, + "s": { + "code": "s", + "label": "Shelf mark of copy described", + "repeatable": false + }, + "u": { + "code": "u", + "label": "Uniform Resource Identifier", + "repeatable": true + }, + "x": { + "code": "x", + "label": "Nonpublic note", + "repeatable": true + }, + "y": { + "code": "y", + "label": "Identifier of the copy described", + "repeatable": false + }, + "z": { + "code": "z", + "label": "Public note", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "362": { + "tag": "362", + "label": "Dates of Publication and/or Sequential Designation", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd362.html", + "subfields": { + "a": { + "code": "a", + "label": "Dates of publication and/or sequential designation", + "repeatable": false + }, + "z": { + "code": "z", + "label": "Source of information", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "363": { + "tag": "363", + "label": "Normalized Date and Sequential Designation", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd363.html", + "subfields": { + "a": { + "code": "a", + "label": "First level of enumeration", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Second level of enumeration", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Third level of enumeration", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Fourth level of enumeration", + "repeatable": false + }, + "e": { + "code": "e", + "label": "Fifth level of enumeration", + "repeatable": false + }, + "f": { + "code": "f", + "label": "Sixth level of enumeration", + "repeatable": false + }, + "i": { + "code": "i", + "label": "First level of chronology", + "repeatable": false + }, + "j": { + "code": "j", + "label": "Second level of chronology", + "repeatable": false + }, + "k": { + "code": "k", + "label": "Third level of chronology", + "repeatable": false + }, + "l": { + "code": "l", + "label": "Fourth level of chronology", + "repeatable": false + }, + "m": { + "code": "m", + "label": "Alternative numbering scheme, chronology", + "repeatable": false + }, + "u": { + "code": "u", + "label": "First level textual designation", + "repeatable": false + }, + "v": { + "code": "v", + "label": "First level of chronology, issuance", + "repeatable": false + }, + "x": { + "code": "x", + "label": "Nonpublic note", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Public note", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": false + } + } + }, + "365": { + "tag": "365", + "label": "Trade Price", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd365.html", + "subfields": { + "a": { + "code": "a", + "label": "Price type code", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Price amount", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Currency code", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Unit of pricing", + "repeatable": false + }, + "e": { + "code": "e", + "label": "Price note", + "repeatable": false + }, + "f": { + "code": "f", + "label": "Price effective from", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Price effective until", + "repeatable": false + }, + "h": { + "code": "h", + "label": "Tax rate 1", + "repeatable": false + }, + "i": { + "code": "i", + "label": "Tax rate 2", + "repeatable": false + }, + "j": { + "code": "j", + "label": "ISO country code", + "repeatable": false + }, + "k": { + "code": "k", + "label": "MARC country code", + "repeatable": false + }, + "m": { + "code": "m", + "label": "Identification of pricing entity", + "repeatable": false + }, + "2": { + "code": "2", + "label": "Source of price type code", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "366": { + "tag": "366", + "label": "Trade Availability Information", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd366.html", + "subfields": { + "a": { + "code": "a", + "label": "Publishers' compressed title identification", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Detailed date of publication", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Availability status code", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Expected next availability date", + "repeatable": false + }, + "e": { + "code": "e", + "label": "Note", + "repeatable": false + }, + "f": { + "code": "f", + "label": "Publisher's discount category", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Date made out of print", + "repeatable": false + }, + "j": { + "code": "j", + "label": "ISO country code", + "repeatable": false + }, + "k": { + "code": "k", + "label": "MARC country code", + "repeatable": false + }, + "m": { + "code": "m", + "label": "Identification of agency", + "repeatable": false + }, + "2": { + "code": "2", + "label": "Source of availability status code", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "370": { + "tag": "370", + "label": "Associated Place", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd370.html", + "subfields": { + "c": { + "code": "c", + "label": "Associated country", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Other associated place", + "repeatable": true + }, + "g": { + "code": "g", + "label": "Place of origin of work or expression", + "repeatable": true + }, + "i": { + "code": "i", + "label": "Relationship information", + "repeatable": true + }, + "s": { + "code": "s", + "label": "Start period", + "repeatable": false + }, + "t": { + "code": "t", + "label": "End period", + "repeatable": false + }, + "u": { + "code": "u", + "label": "Uniform Resource Identifier", + "repeatable": true + }, + "v": { + "code": "v", + "label": "Source of information", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of term", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "4": { + "code": "4", + "label": "Relationship", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "377": { + "tag": "377", + "label": "Associated Language", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd377.html", + "subfields": { + "a": { + "code": "a", + "label": "Language code", + "repeatable": true + }, + "l": { + "code": "l", + "label": "Language term", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "380": { + "tag": "380", + "label": "Form of Work", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd380.html", + "subfields": { + "a": { + "code": "a", + "label": "Form of work", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of term", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "381": { + "tag": "381", + "label": "Other Distinguishing Characteristics of Work or Expression", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd381.html", + "subfields": { + "a": { + "code": "a", + "label": "Other distinguishing characteristic", + "repeatable": true + }, + "u": { + "code": "u", + "label": "Uniform Resource Identifier", + "repeatable": true + }, + "v": { + "code": "v", + "label": "Source of information", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of term", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "382": { + "tag": "382", + "label": "Medium of Performance", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd382.html", + "subfields": { + "a": { + "code": "a", + "label": "Medium of performance", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Soloist", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Doubling instrument", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Number of ensembles of the same type", + "repeatable": true + }, + "n": { + "code": "n", + "label": "Number of performers of the same medium", + "repeatable": true + }, + "p": { + "code": "p", + "label": "Alternative medium of performance", + "repeatable": true + }, + "r": { + "code": "r", + "label": "Total number of individuals performing alongside ensembles", + "repeatable": false + }, + "s": { + "code": "s", + "label": "Total number of performers", + "repeatable": false + }, + "t": { + "code": "t", + "label": "Total number of ensembles", + "repeatable": false + }, + "v": { + "code": "v", + "label": "Note", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of term", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "383": { + "tag": "383", + "label": "Numeric Designation of Musical Work", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd383.html", + "subfields": { + "a": { + "code": "a", + "label": "Serial number", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Opus number", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Thematic index number", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Thematic index code", + "repeatable": false + }, + "e": { + "code": "e", + "label": "Publisher associated with opus number", + "repeatable": false + }, + "2": { + "code": "2", + "label": "Source", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "384": { + "tag": "384", + "label": "Key", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd384.html", + "subfields": { + "a": { + "code": "a", + "label": "Key", + "repeatable": false + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "385": { + "tag": "385", + "label": "Audience Characteristics", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd385.html", + "subfields": { + "a": { + "code": "a", + "label": "Audience term", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Audience code", + "repeatable": true + }, + "m": { + "code": "m", + "label": "Demographic group term", + "repeatable": false + }, + "n": { + "code": "n", + "label": "Demographic group code", + "repeatable": false + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "386": { + "tag": "386", + "label": "Creator/Contributor Characteristics", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd386.html", + "subfields": { + "a": { + "code": "a", + "label": "Creator/contributor term", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Creator/contributor code", + "repeatable": true + }, + "i": { + "code": "i", + "label": "Relationship information", + "repeatable": true + }, + "m": { + "code": "m", + "label": "Demographic group term", + "repeatable": false + }, + "n": { + "code": "n", + "label": "Demographic group code", + "repeatable": false + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "4": { + "code": "4", + "label": "Relationship", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "387": { + "tag": "387", + "label": "Representative Expression Characteristics", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd387.html", + "subfields": { + "a": { + "code": "a", + "label": "Aspect ratio of representative expression", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Color content of representative expression", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Content type of representative expression", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Date of capture of representative expression", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Date of representative expression", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Duration of representative expression", + "repeatable": true + }, + "g": { + "code": "g", + "label": "Intended audience of representative expression", + "repeatable": true + }, + "h": { + "code": "h", + "label": "Language of representative expression", + "repeatable": true + }, + "i": { + "code": "i", + "label": "Place of capture of representative expression", + "repeatable": true + }, + "j": { + "code": "j", + "label": "Projection of cartographic content of representative expression", + "repeatable": true + }, + "k": { + "code": "k", + "label": "Scale of representative expression", + "repeatable": true + }, + "l": { + "code": "l", + "label": "Script of representative expression", + "repeatable": true + }, + "m": { + "code": "m", + "label": "Sound content of representative expression", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of term", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "388": { + "tag": "388", + "label": "Time Period of Creation", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd388.html", + "subfields": { + "a": { + "code": "a", + "label": "Time period of creation term", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of term", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "490": { + "tag": "490", + "label": "Series Statement", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd490.html", + "subfields": { + "a": { + "code": "a", + "label": "Series statement", + "repeatable": true + }, + "l": { + "code": "l", + "label": "Library of Congress call number", + "repeatable": false + }, + "v": { + "code": "v", + "label": "Volume/sequential designation", + "repeatable": true + }, + "x": { + "code": "x", + "label": "International Standard Serial Number", + "repeatable": true + }, + "y": { + "code": "y", + "label": "Incorrect ISSN", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Canceled ISSN", + "repeatable": true + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "500": { + "tag": "500", + "label": "General Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd500.html", + "subfields": { + "a": { + "code": "a", + "label": "General note", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "501": { + "tag": "501", + "label": "With Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd501.html", + "subfields": { + "a": { + "code": "a", + "label": "With note", + "repeatable": false + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "502": { + "tag": "502", + "label": "Dissertation Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd502.html", + "subfields": { + "a": { + "code": "a", + "label": "Dissertation note", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Degree type", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Name of granting institution", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Year degree granted", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Miscellaneous information", + "repeatable": true + }, + "o": { + "code": "o", + "label": "Dissertation identifier", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "504": { + "tag": "504", + "label": "Bibliography, Etc. Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd504.html", + "subfields": { + "a": { + "code": "a", + "label": "Bibliography, etc. note", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Number of references", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "505": { + "tag": "505", + "label": "Formatted Contents Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd505.html", + "subfields": { + "a": { + "code": "a", + "label": "Formatted contents note", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Miscellaneous information", + "repeatable": true + }, + "r": { + "code": "r", + "label": "Statement of responsibility", + "repeatable": true + }, + "t": { + "code": "t", + "label": "Title", + "repeatable": true + }, + "u": { + "code": "u", + "label": "Uniform Resource Identifier", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "506": { + "tag": "506", + "label": "Restrictions on Access Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd506.html", + "subfields": { + "a": { + "code": "a", + "label": "Terms governing access", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Jurisdiction", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Physical access provisions", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Authorized users", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Authorization", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Standardized terminology for access restriction", + "repeatable": true + }, + "g": { + "code": "g", + "label": "Availability date", + "repeatable": true + }, + "q": { + "code": "q", + "label": "Supplying agency", + "repeatable": false + }, + "u": { + "code": "u", + "label": "Uniform Resource Identifier", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of term", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "507": { + "tag": "507", + "label": "Scale Note for Visual Materials", + "repeatable": false, + "url": "https://www.loc.gov/marc/bibliographic/bd507.html", + "subfields": { + "a": { + "code": "a", + "label": "Representative fraction of scale note", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Remainder of scale note", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "508": { + "tag": "508", + "label": "Creation/Production Credits Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd508.html", + "subfields": { + "a": { + "code": "a", + "label": "Creation/production credits note", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "510": { + "tag": "510", + "label": "Citation/References Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd510.html", + "subfields": { + "a": { + "code": "a", + "label": "Name of source", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Coverage of source", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Location within source", + "repeatable": false + }, + "u": { + "code": "u", + "label": "Uniform Resource Identifier", + "repeatable": true + }, + "x": { + "code": "x", + "label": "International Standard Serial Number", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "511": { + "tag": "511", + "label": "Participant or Performer Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd511.html", + "subfields": { + "a": { + "code": "a", + "label": "Participant or performer note", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "513": { + "tag": "513", + "label": "Type of Report and Period Covered Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd513.html", + "subfields": { + "a": { + "code": "a", + "label": "Type of report", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Period covered", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "514": { + "tag": "514", + "label": "Data Quality Note", + "repeatable": false, + "url": "https://www.loc.gov/marc/bibliographic/bd514.html", + "subfields": { + "a": { + "code": "a", + "label": "Attribute accuracy report", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Attribute accuracy value", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Attribute accuracy explanation", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Logical consistency report", + "repeatable": false + }, + "e": { + "code": "e", + "label": "Completeness report", + "repeatable": false + }, + "f": { + "code": "f", + "label": "Horizontal position accuracy report", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Horizontal position accuracy value", + "repeatable": true + }, + "h": { + "code": "h", + "label": "Horizontal position accuracy explanation", + "repeatable": true + }, + "i": { + "code": "i", + "label": "Vertical positional accuracy report", + "repeatable": false + }, + "j": { + "code": "j", + "label": "Vertical positional accuracy value", + "repeatable": true + }, + "k": { + "code": "k", + "label": "Vertical positional accuracy explanation", + "repeatable": true + }, + "m": { + "code": "m", + "label": "Cloud cover", + "repeatable": false + }, + "u": { + "code": "u", + "label": "Uniform Resource Identifier", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Display note", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "515": { + "tag": "515", + "label": "Numbering Peculiarities Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd515.html", + "subfields": { + "a": { + "code": "a", + "label": "Numbering peculiarities note", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "516": { + "tag": "516", + "label": "Type of Computer File or Data Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd516.html", + "subfields": { + "a": { + "code": "a", + "label": "Type of computer file or data note", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "518": { + "tag": "518", + "label": "Date/Time and Place of an Event Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd518.html", + "subfields": { + "a": { + "code": "a", + "label": "Date/time and place of an event note", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Date of event", + "repeatable": true + }, + "o": { + "code": "o", + "label": "Other event information", + "repeatable": true + }, + "p": { + "code": "p", + "label": "Place of event", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of term", + "repeatable": true + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "520": { + "tag": "520", + "label": "Summary, Etc.", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd520.html", + "subfields": { + "a": { + "code": "a", + "label": "Summary, etc.", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Expansion of summary note", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Assigning source", + "repeatable": false + }, + "u": { + "code": "u", + "label": "Uniform Resource Identifier", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "521": { + "tag": "521", + "label": "Target Audience Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd521.html", + "subfields": { + "a": { + "code": "a", + "label": "Target audience note", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Source", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "522": { + "tag": "522", + "label": "Geographic Coverage Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd522.html", + "subfields": { + "a": { + "code": "a", + "label": "Geographic coverage note", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "524": { + "tag": "524", + "label": "Preferred Citation of Described Materials Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd524.html", + "subfields": { + "a": { + "code": "a", + "label": "Preferred citation of described materials note", + "repeatable": false + }, + "2": { + "code": "2", + "label": "Source of schema used", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "525": { + "tag": "525", + "label": "Supplement Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd525.html", + "subfields": { + "a": { + "code": "a", + "label": "Supplement note", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "526": { + "tag": "526", + "label": "Study Program Information Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd526.html", + "subfields": { + "a": { + "code": "a", + "label": "Program name", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Interest level", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Reading level", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Title point value", + "repeatable": false + }, + "i": { + "code": "i", + "label": "Display text", + "repeatable": false + }, + "x": { + "code": "x", + "label": "Nonpublic note", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Public note", + "repeatable": true + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "530": { + "tag": "530", + "label": "Additional Physical Form Available Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd530.html", + "subfields": { + "a": { + "code": "a", + "label": "Additional physical form available note", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Availability source", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Availability conditions", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Order number", + "repeatable": false + }, + "u": { + "code": "u", + "label": "Uniform Resource Identifier", + "repeatable": true + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "532": { + "tag": "532", + "label": "Accessibility Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd532.html", + "subfields": { + "a": { + "code": "a", + "label": "Summary of accessibility", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "533": { + "tag": "533", + "label": "Reproduction Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd533.html", + "subfields": { + "a": { + "code": "a", + "label": "Type of reproduction", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Place of reproduction", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Agency responsible for reproduction", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Date of reproduction", + "repeatable": false + }, + "e": { + "code": "e", + "label": "Physical description of reproduction", + "repeatable": false + }, + "f": { + "code": "f", + "label": "Series statement of reproduction", + "repeatable": true + }, + "m": { + "code": "m", + "label": "Dates and/or sequential designation of issues reproduced", + "repeatable": true + }, + "n": { + "code": "n", + "label": "Note about reproduction", + "repeatable": true + }, + "y": { + "code": "y", + "label": "Data provenance", + "repeatable": true + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "534": { + "tag": "534", + "label": "Original Version Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd534.html", + "subfields": { + "a": { + "code": "a", + "label": "Main entry of original", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Edition statement of original", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Publication, distribution, etc. of original", + "repeatable": false + }, + "e": { + "code": "e", + "label": "Physical description, etc. of original", + "repeatable": false + }, + "f": { + "code": "f", + "label": "Series statement of original", + "repeatable": true + }, + "k": { + "code": "k", + "label": "Key title of original", + "repeatable": true + }, + "l": { + "code": "l", + "label": "Location of original", + "repeatable": false + }, + "m": { + "code": "m", + "label": "Material specific details", + "repeatable": false + }, + "n": { + "code": "n", + "label": "Note about original", + "repeatable": true + }, + "o": { + "code": "o", + "label": "Other resource identifier", + "repeatable": true + }, + "p": { + "code": "p", + "label": "Introductory phrase", + "repeatable": false + }, + "t": { + "code": "t", + "label": "Title statement of original", + "repeatable": false + }, + "x": { + "code": "x", + "label": "International Standard Serial Number", + "repeatable": true + }, + "z": { + "code": "z", + "label": "International Standard Book Number", + "repeatable": true + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "535": { + "tag": "535", + "label": "Location of Originals/Duplicates Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd535.html", + "subfields": { + "a": { + "code": "a", + "label": "Custodian", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Postal address", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Country", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Telecommunications address", + "repeatable": true + }, + "g": { + "code": "g", + "label": "Repository location code", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "536": { + "tag": "536", + "label": "Funding Information Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd536.html", + "subfields": { + "a": { + "code": "a", + "label": "Text of note", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Contract number", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Grant number", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Undifferentiated number", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Program element number", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Project number", + "repeatable": true + }, + "g": { + "code": "g", + "label": "Task number", + "repeatable": true + }, + "h": { + "code": "h", + "label": "Work unit number", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "538": { + "tag": "538", + "label": "System Details Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd538.html", + "subfields": { + "a": { + "code": "a", + "label": "System details note", + "repeatable": false + }, + "i": { + "code": "i", + "label": "Display text", + "repeatable": false + }, + "u": { + "code": "u", + "label": "Uniform Resource Identifier", + "repeatable": true + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "540": { + "tag": "540", + "label": "Terms Governing Use and Reproduction Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd540.html", + "subfields": { + "a": { + "code": "a", + "label": "Terms governing use and reproduction", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Jurisdiction", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Authorization", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Authorized users", + "repeatable": false + }, + "f": { + "code": "f", + "label": "Use and reproduction rights", + "repeatable": true + }, + "g": { + "code": "g", + "label": "Availability date", + "repeatable": true + }, + "q": { + "code": "q", + "label": "Supplying agency", + "repeatable": false + }, + "u": { + "code": "u", + "label": "Uniform Resource Identifier", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of term", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "541": { + "tag": "541", + "label": "Immediate Source of Acquisition Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd541.html", + "subfields": { + "a": { + "code": "a", + "label": "Source of acquisition", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Address", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Method of acquisition", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Date of acquisition", + "repeatable": false + }, + "e": { + "code": "e", + "label": "Accession number", + "repeatable": false + }, + "f": { + "code": "f", + "label": "Owner", + "repeatable": false + }, + "h": { + "code": "h", + "label": "Purchase price", + "repeatable": false + }, + "n": { + "code": "n", + "label": "Extent", + "repeatable": true + }, + "o": { + "code": "o", + "label": "Type of unit", + "repeatable": true + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "542": { + "tag": "542", + "label": "Information Relating to Copyright Status", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd542.html", + "subfields": { + "a": { + "code": "a", + "label": "Personal creator", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Personal creator death date", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Corporate creator", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Copyright holder", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Copyright holder contact information", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Copyright statement", + "repeatable": true + }, + "g": { + "code": "g", + "label": "Copyright date", + "repeatable": false + }, + "h": { + "code": "h", + "label": "Copyright renewal date", + "repeatable": true + }, + "i": { + "code": "i", + "label": "Publication date", + "repeatable": false + }, + "j": { + "code": "j", + "label": "Creation date", + "repeatable": false + }, + "k": { + "code": "k", + "label": "Publisher", + "repeatable": true + }, + "l": { + "code": "l", + "label": "Copyright status", + "repeatable": false + }, + "m": { + "code": "m", + "label": "Publication status", + "repeatable": false + }, + "n": { + "code": "n", + "label": "Note", + "repeatable": true + }, + "o": { + "code": "o", + "label": "Research date", + "repeatable": false + }, + "p": { + "code": "p", + "label": "Country of publication or creation", + "repeatable": true + }, + "q": { + "code": "q", + "label": "Supplying agency", + "repeatable": false + }, + "r": { + "code": "r", + "label": "Jurisdiction of copyright assessment", + "repeatable": false + }, + "s": { + "code": "s", + "label": "Source of information", + "repeatable": false + }, + "u": { + "code": "u", + "label": "Uniform Resource Identifier", + "repeatable": true + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "544": { + "tag": "544", + "label": "Location of Other Archival Materials Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd544.html", + "subfields": { + "a": { + "code": "a", + "label": "Custodian", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Address", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Country", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Title", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Provenance", + "repeatable": true + }, + "n": { + "code": "n", + "label": "Note", + "repeatable": true + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "545": { + "tag": "545", + "label": "Biographical or Historical Data", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd545.html", + "subfields": { + "a": { + "code": "a", + "label": "Biographical or historical data", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Expansion", + "repeatable": false + }, + "u": { + "code": "u", + "label": "Uniform Resource Identifier", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "546": { + "tag": "546", + "label": "Language Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd546.html", + "subfields": { + "a": { + "code": "a", + "label": "Language note", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Information code or alphabet", + "repeatable": true + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "547": { + "tag": "547", + "label": "Former Title Complexity Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd547.html", + "subfields": { + "a": { + "code": "a", + "label": "Former title complexity note", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "550": { + "tag": "550", + "label": "Issuing Body Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd550.html", + "subfields": { + "a": { + "code": "a", + "label": "Issuing body note", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "552": { + "tag": "552", + "label": "Entity and Attribute Information Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd552.html", + "subfields": { + "a": { + "code": "a", + "label": "Entity type label", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Entity type definition and source", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Attribute label", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Attribute definition and source", + "repeatable": false + }, + "e": { + "code": "e", + "label": "Enumerated domain value", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Enumerated domain value definition and source", + "repeatable": true + }, + "g": { + "code": "g", + "label": "Range domain minimum and maximum", + "repeatable": false + }, + "h": { + "code": "h", + "label": "Codeset name and source", + "repeatable": false + }, + "i": { + "code": "i", + "label": "Unrepresentable domain", + "repeatable": false + }, + "j": { + "code": "j", + "label": "Attribute units of measurement and resolution", + "repeatable": false + }, + "k": { + "code": "k", + "label": "Beginning and ending date of attribute values", + "repeatable": false + }, + "l": { + "code": "l", + "label": "Attribute value accuracy", + "repeatable": false + }, + "m": { + "code": "m", + "label": "Attribute value accuracy explanation", + "repeatable": false + }, + "n": { + "code": "n", + "label": "Attribute measurement frequency", + "repeatable": false + }, + "o": { + "code": "o", + "label": "Entity and attribute overview", + "repeatable": true + }, + "p": { + "code": "p", + "label": "Entity and attribute detail citation", + "repeatable": true + }, + "u": { + "code": "u", + "label": "Uniform Resource Identifier", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Display note", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "555": { + "tag": "555", + "label": "Cumulative Index/Finding Aids Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd555.html", + "subfields": { + "a": { + "code": "a", + "label": "Cumulative index/finding aids note", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Availability source", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Degree of control", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Bibliographic reference", + "repeatable": false + }, + "u": { + "code": "u", + "label": "Uniform Resource Identifier", + "repeatable": true + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "556": { + "tag": "556", + "label": "Information About Documentation Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd556.html", + "subfields": { + "a": { + "code": "a", + "label": "Information about documentation note", + "repeatable": false + }, + "z": { + "code": "z", + "label": "International Standard Book Number", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "561": { + "tag": "561", + "label": "Ownership and Custodial History", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd561.html", + "subfields": { + "a": { + "code": "a", + "label": "History", + "repeatable": false + }, + "u": { + "code": "u", + "label": "Uniform Resource Identifier", + "repeatable": true + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "562": { + "tag": "562", + "label": "Copy and Version Identification Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd562.html", + "subfields": { + "a": { + "code": "a", + "label": "Identifying markings", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Copy identification", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Version identification", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Presentation format", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Number of copies", + "repeatable": true + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "563": { + "tag": "563", + "label": "Binding Information", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd563.html", + "subfields": { + "a": { + "code": "a", + "label": "Binding note", + "repeatable": false + }, + "u": { + "code": "u", + "label": "Uniform Resource Identifier", + "repeatable": true + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "565": { + "tag": "565", + "label": "Case File Characteristics Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd565.html", + "subfields": { + "a": { + "code": "a", + "label": "Number of cases/variables", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Name of variable", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Unit of analysis", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Universe of data", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Filing scheme or code", + "repeatable": true + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "567": { + "tag": "567", + "label": "Methodology Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd567.html", + "subfields": { + "a": { + "code": "a", + "label": "Methodology note", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Controlled term", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of term", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "580": { + "tag": "580", + "label": "Linking Entry Complexity Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd580.html", + "subfields": { + "a": { + "code": "a", + "label": "Linking entry complexity note", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "581": { + "tag": "581", + "label": "Publications About Described Materials Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd581.html", + "subfields": { + "a": { + "code": "a", + "label": "Publications about described materials note", + "repeatable": false + }, + "z": { + "code": "z", + "label": "International Standard Book Number", + "repeatable": true + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "583": { + "tag": "583", + "label": "Action Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd583.html", + "subfields": { + "a": { + "code": "a", + "label": "Action", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Action identification", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Time/date of action", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Action interval", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Contingency for action", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Authorization", + "repeatable": true + }, + "h": { + "code": "h", + "label": "Jurisdiction", + "repeatable": true + }, + "i": { + "code": "i", + "label": "Method of action", + "repeatable": true + }, + "j": { + "code": "j", + "label": "Site of action", + "repeatable": true + }, + "k": { + "code": "k", + "label": "Action agent", + "repeatable": true + }, + "l": { + "code": "l", + "label": "Status", + "repeatable": true + }, + "n": { + "code": "n", + "label": "Extent", + "repeatable": true + }, + "o": { + "code": "o", + "label": "Type of unit", + "repeatable": true + }, + "u": { + "code": "u", + "label": "Uniform Resource Identifier", + "repeatable": true + }, + "x": { + "code": "x", + "label": "Nonpublic note", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Public note", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of term", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "584": { + "tag": "584", + "label": "Accumulation and Frequency of Use Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd584.html", + "subfields": { + "a": { + "code": "a", + "label": "Accumulation", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Frequency of use", + "repeatable": true + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "585": { + "tag": "585", + "label": "Exhibitions Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd585.html", + "subfields": { + "a": { + "code": "a", + "label": "Exhibitions note", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "586": { + "tag": "586", + "label": "Awards Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd586.html", + "subfields": { + "a": { + "code": "a", + "label": "Awards note", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "588": { + "tag": "588", + "label": "Source of Description Note", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd588.html", + "subfields": { + "a": { + "code": "a", + "label": "Source of description note", + "repeatable": false + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "600": { + "tag": "600", + "label": "Subject Added Entry-Personal Name", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd600.html", + "subfields": { + "a": { + "code": "a", + "label": "Personal name", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Numeration", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Titles and other words associated with a name", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Dates associated with a name", + "repeatable": false + }, + "e": { + "code": "e", + "label": "Relator term", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Date of a work", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Miscellaneous information", + "repeatable": true + }, + "h": { + "code": "h", + "label": "Medium", + "repeatable": false + }, + "j": { + "code": "j", + "label": "Attribution qualifier", + "repeatable": true + }, + "k": { + "code": "k", + "label": "Form subheading", + "repeatable": true + }, + "l": { + "code": "l", + "label": "Language of a work", + "repeatable": false + }, + "m": { + "code": "m", + "label": "Medium of performance for music", + "repeatable": true + }, + "n": { + "code": "n", + "label": "Number of part/section of a work", + "repeatable": true + }, + "o": { + "code": "o", + "label": "Arranged statement for music", + "repeatable": false + }, + "p": { + "code": "p", + "label": "Name of part/section of a work", + "repeatable": true + }, + "q": { + "code": "q", + "label": "Fuller form of name", + "repeatable": false + }, + "r": { + "code": "r", + "label": "Key for music", + "repeatable": false + }, + "s": { + "code": "s", + "label": "Version", + "repeatable": true + }, + "t": { + "code": "t", + "label": "Title of a work", + "repeatable": false + }, + "u": { + "code": "u", + "label": "Affiliation", + "repeatable": false + }, + "v": { + "code": "v", + "label": "Form subdivision", + "repeatable": true + }, + "x": { + "code": "x", + "label": "General subdivision", + "repeatable": true + }, + "y": { + "code": "y", + "label": "Chronological subdivision", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Geographic subdivision", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of heading or term", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "4": { + "code": "4", + "label": "Relationship", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "610": { + "tag": "610", + "label": "Subject Added Entry-Corporate Name", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd610.html", + "subfields": { + "a": { + "code": "a", + "label": "Corporate name or jurisdiction name as entry element", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Subordinate unit", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Location of meeting", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Date of meeting or treaty signing", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Relator term", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Date of a work", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Miscellaneous information", + "repeatable": true + }, + "h": { + "code": "h", + "label": "Medium", + "repeatable": false + }, + "k": { + "code": "k", + "label": "Form subheading", + "repeatable": true + }, + "l": { + "code": "l", + "label": "Language of a work", + "repeatable": false + }, + "m": { + "code": "m", + "label": "Medium of performance for music", + "repeatable": true + }, + "n": { + "code": "n", + "label": "Number of part/section/meeting", + "repeatable": true + }, + "o": { + "code": "o", + "label": "Arranged statement for music", + "repeatable": false + }, + "p": { + "code": "p", + "label": "Name of part/section of a work", + "repeatable": true + }, + "r": { + "code": "r", + "label": "Key for music", + "repeatable": false + }, + "s": { + "code": "s", + "label": "Version", + "repeatable": true + }, + "t": { + "code": "t", + "label": "Title of a work", + "repeatable": false + }, + "u": { + "code": "u", + "label": "Affiliation", + "repeatable": false + }, + "v": { + "code": "v", + "label": "Form subdivision", + "repeatable": true + }, + "x": { + "code": "x", + "label": "General subdivision", + "repeatable": true + }, + "y": { + "code": "y", + "label": "Chronological subdivision", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Geographic subdivision", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of heading or term", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "4": { + "code": "4", + "label": "Relationship", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "611": { + "tag": "611", + "label": "Subject Added Entry-Meeting Name", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd611.html", + "subfields": { + "a": { + "code": "a", + "label": "Meeting name or jurisdiction name as entry element", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Location of meeting", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Date of meeting or treaty signing", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Subordinate unit", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Date of a work", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Miscellaneous information", + "repeatable": true + }, + "h": { + "code": "h", + "label": "Medium", + "repeatable": false + }, + "j": { + "code": "j", + "label": "Relator term", + "repeatable": true + }, + "k": { + "code": "k", + "label": "Form subheading", + "repeatable": true + }, + "l": { + "code": "l", + "label": "Language of a work", + "repeatable": false + }, + "n": { + "code": "n", + "label": "Number of part/section/meeting", + "repeatable": true + }, + "p": { + "code": "p", + "label": "Name of part/section of a work", + "repeatable": true + }, + "q": { + "code": "q", + "label": "Name of meeting following jurisdiction name entry element", + "repeatable": false + }, + "s": { + "code": "s", + "label": "Version", + "repeatable": true + }, + "t": { + "code": "t", + "label": "Title of a work", + "repeatable": false + }, + "u": { + "code": "u", + "label": "Affiliation", + "repeatable": false + }, + "v": { + "code": "v", + "label": "Form subdivision", + "repeatable": true + }, + "x": { + "code": "x", + "label": "General subdivision", + "repeatable": true + }, + "y": { + "code": "y", + "label": "Chronological subdivision", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Geographic subdivision", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of heading or term", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "4": { + "code": "4", + "label": "Relationship", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "630": { + "tag": "630", + "label": "Subject Added Entry-Uniform Title", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd630.html", + "subfields": { + "a": { + "code": "a", + "label": "Uniform title", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Date of treaty signing", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Relator term", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Date of a work", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Miscellaneous information", + "repeatable": true + }, + "h": { + "code": "h", + "label": "Medium", + "repeatable": false + }, + "k": { + "code": "k", + "label": "Form subheading", + "repeatable": true + }, + "l": { + "code": "l", + "label": "Language of a work", + "repeatable": false + }, + "m": { + "code": "m", + "label": "Medium of performance for music", + "repeatable": true + }, + "n": { + "code": "n", + "label": "Number of part/section of a work", + "repeatable": true + }, + "o": { + "code": "o", + "label": "Arranged statement for music", + "repeatable": false + }, + "p": { + "code": "p", + "label": "Name of part/section of a work", + "repeatable": true + }, + "r": { + "code": "r", + "label": "Key for music", + "repeatable": false + }, + "s": { + "code": "s", + "label": "Version", + "repeatable": true + }, + "t": { + "code": "t", + "label": "Title of a work", + "repeatable": false + }, + "v": { + "code": "v", + "label": "Form subdivision", + "repeatable": true + }, + "x": { + "code": "x", + "label": "General subdivision", + "repeatable": true + }, + "y": { + "code": "y", + "label": "Chronological subdivision", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Geographic subdivision", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of heading or term", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "4": { + "code": "4", + "label": "Relationship", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "647": { + "tag": "647", + "label": "Subject Added Entry-Named Event", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd647.html", + "subfields": { + "a": { + "code": "a", + "label": "Named event", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Location of named event", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Date of named event", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Miscellaneous information", + "repeatable": true + }, + "v": { + "code": "v", + "label": "Form subdivision", + "repeatable": true + }, + "x": { + "code": "x", + "label": "General subdivision", + "repeatable": true + }, + "y": { + "code": "y", + "label": "Chronological subdivision", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Geographic subdivision", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of heading or term", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "648": { + "tag": "648", + "label": "Subject Added Entry-Chronological Term", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd648.html", + "subfields": { + "a": { + "code": "a", + "label": "Chronological term", + "repeatable": false + }, + "v": { + "code": "v", + "label": "Form subdivision", + "repeatable": true + }, + "x": { + "code": "x", + "label": "General subdivision", + "repeatable": true + }, + "y": { + "code": "y", + "label": "Chronological subdivision", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Geographic subdivision", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of heading or term", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "650": { + "tag": "650", + "label": "Subject Added Entry-Topical Term", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd650.html", + "subfields": { + "a": { + "code": "a", + "label": "Topical term or geographic name entry element", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Topical term following geographic name entry element", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Location of event", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Active dates", + "repeatable": false + }, + "e": { + "code": "e", + "label": "Relator term", + "repeatable": true + }, + "g": { + "code": "g", + "label": "Miscellaneous information", + "repeatable": true + }, + "4": { + "code": "4", + "label": "Relationship", + "repeatable": true + }, + "v": { + "code": "v", + "label": "Form subdivision", + "repeatable": true + }, + "x": { + "code": "x", + "label": "General subdivision", + "repeatable": true + }, + "y": { + "code": "y", + "label": "Chronological subdivision", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Geographic subdivision", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of heading or term", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "651": { + "tag": "651", + "label": "Subject Added Entry-Geographic Name", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd651.html", + "subfields": { + "a": { + "code": "a", + "label": "Geographic name", + "repeatable": false + }, + "e": { + "code": "e", + "label": "Relator term", + "repeatable": true + }, + "g": { + "code": "g", + "label": "Miscellaneous information", + "repeatable": true + }, + "4": { + "code": "4", + "label": "Relationship", + "repeatable": true + }, + "v": { + "code": "v", + "label": "Form subdivision", + "repeatable": true + }, + "x": { + "code": "x", + "label": "General subdivision", + "repeatable": true + }, + "y": { + "code": "y", + "label": "Chronological subdivision", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Geographic subdivision", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of heading or term", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "653": { + "tag": "653", + "label": "Index Term-Uncontrolled", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd653.html", + "subfields": { + "a": { + "code": "a", + "label": "Uncontrolled term", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "654": { + "tag": "654", + "label": "Subject Added Entry-Faceted Topical Terms", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd654.html", + "subfields": { + "a": { + "code": "a", + "label": "Focus term", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Non-focus term", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Facet/hierarchy designation", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Relator term", + "repeatable": true + }, + "v": { + "code": "v", + "label": "Form subdivision", + "repeatable": true + }, + "y": { + "code": "y", + "label": "Chronological subdivision", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Geographic subdivision", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of heading or term", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "4": { + "code": "4", + "label": "Relationship", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "655": { + "tag": "655", + "label": "Index Term-Genre/Form", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd655.html", + "subfields": { + "a": { + "code": "a", + "label": "Genre/form data or focus term", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Non-focus term", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Facet/hierarchy designation", + "repeatable": true + }, + "v": { + "code": "v", + "label": "Form subdivision", + "repeatable": true + }, + "x": { + "code": "x", + "label": "General subdivision", + "repeatable": true + }, + "y": { + "code": "y", + "label": "Chronological subdivision", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Geographic subdivision", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of term", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "656": { + "tag": "656", + "label": "Index Term-Occupation", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd656.html", + "subfields": { + "a": { + "code": "a", + "label": "Occupation", + "repeatable": false + }, + "k": { + "code": "k", + "label": "Form", + "repeatable": false + }, + "v": { + "code": "v", + "label": "Form subdivision", + "repeatable": true + }, + "x": { + "code": "x", + "label": "General subdivision", + "repeatable": true + }, + "y": { + "code": "y", + "label": "Chronological subdivision", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Geographic subdivision", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of term", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "657": { + "tag": "657", + "label": "Index Term-Function", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd657.html", + "subfields": { + "a": { + "code": "a", + "label": "Function", + "repeatable": false + }, + "v": { + "code": "v", + "label": "Form subdivision", + "repeatable": true + }, + "x": { + "code": "x", + "label": "General subdivision", + "repeatable": true + }, + "y": { + "code": "y", + "label": "Chronological subdivision", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Geographic subdivision", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of term", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "658": { + "tag": "658", + "label": "Index Term-Curriculum Objective", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd658.html", + "subfields": { + "a": { + "code": "a", + "label": "Main curriculum objective", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Subordinate curriculum objective", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Curriculum code", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Correlation factor", + "repeatable": false + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of term or code", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "662": { + "tag": "662", + "label": "Subject Added Entry-Hierarchical Place Name", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd662.html", + "subfields": { + "a": { + "code": "a", + "label": "Country or larger entity", + "repeatable": true + }, + "b": { + "code": "b", + "label": "First-order political jurisdiction", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Intermediate political jurisdiction", + "repeatable": true + }, + "d": { + "code": "d", + "label": "City", + "repeatable": false + }, + "e": { + "code": "e", + "label": "Relator term", + "repeatable": true + }, + "f": { + "code": "f", + "label": "City subsection", + "repeatable": true + }, + "g": { + "code": "g", + "label": "Other nonjurisdictional geographic region and feature", + "repeatable": true + }, + "h": { + "code": "h", + "label": "Extraterrestrial area", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of heading or term", + "repeatable": false + }, + "4": { + "code": "4", + "label": "Relationship", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "688": { + "tag": "688", + "label": "Subject Added Entry-Type of Entity Unspecified", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd688.html", + "subfields": { + "a": { + "code": "a", + "label": "Name, title, or term", + "repeatable": false + }, + "e": { + "code": "e", + "label": "Relator term", + "repeatable": true + }, + "g": { + "code": "g", + "label": "Miscellaneous information", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of name, title, or term", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "4": { + "code": "4", + "label": "Relationship", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "700": { + "tag": "700", + "label": "Added Entry-Personal Name", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd700.html", + "subfields": { + "a": { + "code": "a", + "label": "Personal name", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Numeration", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Titles and other words associated with a name", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Dates associated with a name", + "repeatable": false + }, + "e": { + "code": "e", + "label": "Relator term", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Date of a work", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Miscellaneous information", + "repeatable": true + }, + "h": { + "code": "h", + "label": "Medium", + "repeatable": false + }, + "i": { + "code": "i", + "label": "Relationship information", + "repeatable": true + }, + "j": { + "code": "j", + "label": "Attribution qualifier", + "repeatable": true + }, + "k": { + "code": "k", + "label": "Form subheading", + "repeatable": true + }, + "l": { + "code": "l", + "label": "Language of a work", + "repeatable": false + }, + "m": { + "code": "m", + "label": "Medium of performance for music", + "repeatable": true + }, + "n": { + "code": "n", + "label": "Number of part/section of a work", + "repeatable": true + }, + "o": { + "code": "o", + "label": "Arranged statement for music", + "repeatable": false + }, + "p": { + "code": "p", + "label": "Name of part/section of a work", + "repeatable": true + }, + "q": { + "code": "q", + "label": "Fuller form of name", + "repeatable": false + }, + "r": { + "code": "r", + "label": "Key for music", + "repeatable": false + }, + "s": { + "code": "s", + "label": "Version", + "repeatable": true + }, + "t": { + "code": "t", + "label": "Title of a work", + "repeatable": false + }, + "u": { + "code": "u", + "label": "Affiliation", + "repeatable": false + }, + "x": { + "code": "x", + "label": "International Standard Serial Number", + "repeatable": false + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of heading or term", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "4": { + "code": "4", + "label": "Relationship", + "repeatable": true + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "710": { + "tag": "710", + "label": "Added Entry-Corporate Name", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd710.html", + "subfields": { + "a": { + "code": "a", + "label": "Corporate name or jurisdiction name as entry element", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Subordinate unit", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Location of meeting", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Date of meeting or treaty signing", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Relator term", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Date of a work", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Miscellaneous information", + "repeatable": true + }, + "h": { + "code": "h", + "label": "Medium", + "repeatable": false + }, + "i": { + "code": "i", + "label": "Relationship information", + "repeatable": true + }, + "k": { + "code": "k", + "label": "Form subheading", + "repeatable": true + }, + "l": { + "code": "l", + "label": "Language of a work", + "repeatable": false + }, + "m": { + "code": "m", + "label": "Medium of performance for music", + "repeatable": true + }, + "n": { + "code": "n", + "label": "Number of part/section/meeting", + "repeatable": true + }, + "o": { + "code": "o", + "label": "Arranged statement for music", + "repeatable": false + }, + "p": { + "code": "p", + "label": "Name of part/section of a work", + "repeatable": true + }, + "r": { + "code": "r", + "label": "Key for music", + "repeatable": false + }, + "s": { + "code": "s", + "label": "Version", + "repeatable": true + }, + "t": { + "code": "t", + "label": "Title of a work", + "repeatable": false + }, + "u": { + "code": "u", + "label": "Affiliation", + "repeatable": false + }, + "x": { + "code": "x", + "label": "International Standard Serial Number", + "repeatable": false + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of heading or term", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "4": { + "code": "4", + "label": "Relationship", + "repeatable": true + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "711": { + "tag": "711", + "label": "Added Entry-Meeting Name", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd711.html", + "subfields": { + "a": { + "code": "a", + "label": "Meeting name or jurisdiction name as entry element", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Location of meeting", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Date of meeting or treaty signing", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Subordinate unit", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Date of a work", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Miscellaneous information", + "repeatable": true + }, + "h": { + "code": "h", + "label": "Medium", + "repeatable": false + }, + "i": { + "code": "i", + "label": "Relationship information", + "repeatable": true + }, + "j": { + "code": "j", + "label": "Relator term", + "repeatable": true + }, + "k": { + "code": "k", + "label": "Form subheading", + "repeatable": true + }, + "l": { + "code": "l", + "label": "Language of a work", + "repeatable": false + }, + "n": { + "code": "n", + "label": "Number of part/section/meeting", + "repeatable": true + }, + "p": { + "code": "p", + "label": "Name of part/section of a work", + "repeatable": true + }, + "q": { + "code": "q", + "label": "Name of meeting following jurisdiction name entry element", + "repeatable": false + }, + "s": { + "code": "s", + "label": "Version", + "repeatable": true + }, + "t": { + "code": "t", + "label": "Title of a work", + "repeatable": false + }, + "u": { + "code": "u", + "label": "Affiliation", + "repeatable": false + }, + "x": { + "code": "x", + "label": "International Standard Serial Number", + "repeatable": false + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "4": { + "code": "4", + "label": "Relationship", + "repeatable": true + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "720": { + "tag": "720", + "label": "Added Entry-Uncontrolled Name", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd720.html", + "subfields": { + "a": { + "code": "a", + "label": "Name", + "repeatable": false + }, + "e": { + "code": "e", + "label": "Relator term", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "4": { + "code": "4", + "label": "Relationship", + "repeatable": true + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "730": { + "tag": "730", + "label": "Added Entry-Uniform Title", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd730.html", + "subfields": { + "a": { + "code": "a", + "label": "Uniform title", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Date of treaty signing", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Date of a work", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Miscellaneous information", + "repeatable": true + }, + "h": { + "code": "h", + "label": "Medium", + "repeatable": false + }, + "i": { + "code": "i", + "label": "Relationship information", + "repeatable": true + }, + "k": { + "code": "k", + "label": "Form subheading", + "repeatable": true + }, + "l": { + "code": "l", + "label": "Language of a work", + "repeatable": false + }, + "m": { + "code": "m", + "label": "Medium of performance for music", + "repeatable": true + }, + "n": { + "code": "n", + "label": "Number of part/section of a work", + "repeatable": true + }, + "o": { + "code": "o", + "label": "Arranged statement for music", + "repeatable": false + }, + "p": { + "code": "p", + "label": "Name of part/section of a work", + "repeatable": true + }, + "r": { + "code": "r", + "label": "Key for music", + "repeatable": false + }, + "s": { + "code": "s", + "label": "Version", + "repeatable": true + }, + "t": { + "code": "t", + "label": "Title of a work", + "repeatable": false + }, + "x": { + "code": "x", + "label": "International Standard Serial Number", + "repeatable": false + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of heading or term", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "4": { + "code": "4", + "label": "Relationship", + "repeatable": true + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "740": { + "tag": "740", + "label": "Added Entry-Uncontrolled Related/Analytical Title", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd740.html", + "subfields": { + "a": { + "code": "a", + "label": "Uncontrolled related/analytical title", + "repeatable": false + }, + "h": { + "code": "h", + "label": "Medium", + "repeatable": false + }, + "n": { + "code": "n", + "label": "Number of part/section of a work", + "repeatable": true + }, + "p": { + "code": "p", + "label": "Name of part/section of a work", + "repeatable": true + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "751": { + "tag": "751", + "label": "Added Entry-Geographic Name", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd751.html", + "subfields": { + "a": { + "code": "a", + "label": "Geographic name", + "repeatable": false + }, + "e": { + "code": "e", + "label": "Relator term", + "repeatable": true + }, + "g": { + "code": "g", + "label": "Miscellaneous information", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of heading or term", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "4": { + "code": "4", + "label": "Relationship", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Data provenance", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "752": { + "tag": "752", + "label": "Added Entry-Hierarchical Place Name", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd752.html", + "subfields": { + "a": { + "code": "a", + "label": "Country or larger entity", + "repeatable": true + }, + "b": { + "code": "b", + "label": "First-order political jurisdiction", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Intermediate political jurisdiction", + "repeatable": true + }, + "d": { + "code": "d", + "label": "City", + "repeatable": false + }, + "e": { + "code": "e", + "label": "Relator term", + "repeatable": true + }, + "f": { + "code": "f", + "label": "City subsection", + "repeatable": true + }, + "g": { + "code": "g", + "label": "Other nonjurisdictional geographic region and feature", + "repeatable": true + }, + "h": { + "code": "h", + "label": "Extraterrestrial area", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of heading or term", + "repeatable": false + }, + "4": { + "code": "4", + "label": "Relationship", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "753": { + "tag": "753", + "label": "System Details Access to Computer Files", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd753.html", + "subfields": { + "a": { + "code": "a", + "label": "Make and model of machine", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Programming language", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Operating system", + "repeatable": false + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of term", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "754": { + "tag": "754", + "label": "Added Entry-Taxonomic Identification", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd754.html", + "subfields": { + "a": { + "code": "a", + "label": "Taxonomic name", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Taxonomic category", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Common or alternative name", + "repeatable": true + }, + "x": { + "code": "x", + "label": "Non-public note", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Public note", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of taxonomic identification", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "758": { + "tag": "758", + "label": "Resource Identifier", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd758.html", + "subfields": { + "a": { + "code": "a", + "label": "Label", + "repeatable": false + }, + "i": { + "code": "i", + "label": "Relationship information", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of heading or term", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "4": { + "code": "4", + "label": "Relationship", + "repeatable": true + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "788": { + "tag": "788", + "label": "Parallel Description in Another Language of Cataloging", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd788.html", + "subfields": { + "a": { + "code": "a", + "label": "Main entry heading", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Edition", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Place, publisher, and date of publication", + "repeatable": false + }, + "e": { + "code": "e", + "label": "Language of cataloging", + "repeatable": false + }, + "i": { + "code": "i", + "label": "Relationship information", + "repeatable": true + }, + "l": { + "code": "l", + "label": "Data provenance", + "repeatable": true + }, + "n": { + "code": "n", + "label": "Note", + "repeatable": true + }, + "s": { + "code": "s", + "label": "Uniform title", + "repeatable": false + }, + "t": { + "code": "t", + "label": "Title", + "repeatable": false + }, + "w": { + "code": "w", + "label": "Record control number", + "repeatable": true + }, + "x": { + "code": "x", + "label": "International Standard Serial Number", + "repeatable": false + }, + "4": { + "code": "4", + "label": "Relationship", + "repeatable": true + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "800": { + "tag": "800", + "label": "Series Added Entry-Personal Name", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd800.html", + "subfields": { + "a": { + "code": "a", + "label": "Personal name", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Numeration", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Titles and other words associated with a name", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Dates associated with a name", + "repeatable": false + }, + "e": { + "code": "e", + "label": "Relator term", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Date of a work", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Miscellaneous information", + "repeatable": true + }, + "h": { + "code": "h", + "label": "Medium", + "repeatable": false + }, + "j": { + "code": "j", + "label": "Attribution qualifier", + "repeatable": true + }, + "k": { + "code": "k", + "label": "Form subheading", + "repeatable": true + }, + "l": { + "code": "l", + "label": "Language of a work", + "repeatable": false + }, + "m": { + "code": "m", + "label": "Medium of performance for music", + "repeatable": true + }, + "n": { + "code": "n", + "label": "Number of part/section of a work", + "repeatable": true + }, + "o": { + "code": "o", + "label": "Arranged statement for music", + "repeatable": false + }, + "p": { + "code": "p", + "label": "Name of part/section of a work", + "repeatable": true + }, + "q": { + "code": "q", + "label": "Fuller form of name", + "repeatable": false + }, + "r": { + "code": "r", + "label": "Key for music", + "repeatable": false + }, + "s": { + "code": "s", + "label": "Version", + "repeatable": true + }, + "t": { + "code": "t", + "label": "Title of a work", + "repeatable": false + }, + "u": { + "code": "u", + "label": "Affiliation", + "repeatable": false + }, + "v": { + "code": "v", + "label": "Volume/sequential designation", + "repeatable": false + }, + "w": { + "code": "w", + "label": "Bibliographic record control number", + "repeatable": true + }, + "x": { + "code": "x", + "label": "International Standard Serial Number", + "repeatable": false + }, + "y": { + "code": "y", + "label": "Data provenance", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of heading or term", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "4": { + "code": "4", + "label": "Relationship", + "repeatable": true + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "810": { + "tag": "810", + "label": "Series Added Entry-Corporate Name", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd810.html", + "subfields": { + "b": { + "code": "b", + "label": "Subordinate unit", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Location of meeting", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Date of meeting or treaty signing", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Relator term", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Date of a work", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Miscellaneous information", + "repeatable": true + }, + "h": { + "code": "h", + "label": "Medium", + "repeatable": false + }, + "k": { + "code": "k", + "label": "Form subheading", + "repeatable": true + }, + "l": { + "code": "l", + "label": "Language of a work", + "repeatable": false + }, + "m": { + "code": "m", + "label": "Medium of performance for music", + "repeatable": true + }, + "n": { + "code": "n", + "label": "Number of part/section/meeting", + "repeatable": true + }, + "o": { + "code": "o", + "label": "Arranged statement for music", + "repeatable": false + }, + "p": { + "code": "p", + "label": "Name of part/section of a work", + "repeatable": true + }, + "r": { + "code": "r", + "label": "Key for music", + "repeatable": false + }, + "s": { + "code": "s", + "label": "Version", + "repeatable": true + }, + "t": { + "code": "t", + "label": "Title of a work", + "repeatable": false + }, + "u": { + "code": "u", + "label": "Affiliation", + "repeatable": false + }, + "v": { + "code": "v", + "label": "Volume/sequential designation", + "repeatable": false + }, + "w": { + "code": "w", + "label": "Bibliographic record control number", + "repeatable": true + }, + "x": { + "code": "x", + "label": "International Standard Serial Number", + "repeatable": false + }, + "y": { + "code": "y", + "label": "Data provenance", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of heading or term", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "4": { + "code": "4", + "label": "Relationship", + "repeatable": true + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "811": { + "tag": "811", + "label": "Series Added Entry-Meeting Name", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd811.html", + "subfields": { + "c": { + "code": "c", + "label": "Location of meeting", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Date of meeting or treaty signing", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Subordinate unit", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Date of a work", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Miscellaneous information", + "repeatable": true + }, + "h": { + "code": "h", + "label": "Medium", + "repeatable": false + }, + "j": { + "code": "j", + "label": "Relator term", + "repeatable": true + }, + "k": { + "code": "k", + "label": "Form subheading", + "repeatable": true + }, + "l": { + "code": "l", + "label": "Language of a work", + "repeatable": false + }, + "n": { + "code": "n", + "label": "Number of part/section/meeting", + "repeatable": true + }, + "p": { + "code": "p", + "label": "Name of part/section of a work", + "repeatable": true + }, + "s": { + "code": "s", + "label": "Version", + "repeatable": true + }, + "t": { + "code": "t", + "label": "Title of a work", + "repeatable": false + }, + "u": { + "code": "u", + "label": "Affiliation", + "repeatable": false + }, + "v": { + "code": "v", + "label": "Volume/sequential designation", + "repeatable": false + }, + "w": { + "code": "w", + "label": "Bibliographic record control number", + "repeatable": true + }, + "x": { + "code": "x", + "label": "International Standard Serial Number", + "repeatable": false + }, + "y": { + "code": "y", + "label": "Data provenance", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of heading or term", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "4": { + "code": "4", + "label": "Relationship", + "repeatable": true + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "830": { + "tag": "830", + "label": "Series Added Entry-Uniform Title", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd830.html", + "subfields": { + "a": { + "code": "a", + "label": "Uniform title", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Date of treaty signing", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Date of a work", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Miscellaneous information", + "repeatable": true + }, + "h": { + "code": "h", + "label": "Medium", + "repeatable": false + }, + "k": { + "code": "k", + "label": "Form subheading", + "repeatable": true + }, + "l": { + "code": "l", + "label": "Language of a work", + "repeatable": false + }, + "m": { + "code": "m", + "label": "Medium of performance for music", + "repeatable": true + }, + "n": { + "code": "n", + "label": "Number of part/section of a work", + "repeatable": true + }, + "o": { + "code": "o", + "label": "Arranged statement for music", + "repeatable": false + }, + "p": { + "code": "p", + "label": "Name of part/section of a work", + "repeatable": true + }, + "r": { + "code": "r", + "label": "Key for music", + "repeatable": false + }, + "s": { + "code": "s", + "label": "Version", + "repeatable": true + }, + "t": { + "code": "t", + "label": "Title of a work", + "repeatable": false + }, + "v": { + "code": "v", + "label": "Volume/sequential designation", + "repeatable": false + }, + "w": { + "code": "w", + "label": "Bibliographic record control number", + "repeatable": true + }, + "x": { + "code": "x", + "label": "International Standard Serial Number", + "repeatable": false + }, + "y": { + "code": "y", + "label": "Data provenance", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of heading or term", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "850": { + "tag": "850", + "label": "Holding Institution", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd850.html", + "subfields": { + "a": { + "code": "a", + "label": "Holding institution", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "852": { + "tag": "852", + "label": "Location", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd852.html", + "subfields": { + "a": { + "code": "a", + "label": "Location", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Sublocation or collection", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Shelving location", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Former shelving location", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Address", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Coded location qualifier", + "repeatable": true + }, + "g": { + "code": "g", + "label": "Non-coded location qualifier", + "repeatable": true + }, + "h": { + "code": "h", + "label": "Classification part", + "repeatable": false + }, + "i": { + "code": "i", + "label": "Item part", + "repeatable": true + }, + "j": { + "code": "j", + "label": "Shelving control number", + "repeatable": false + }, + "k": { + "code": "k", + "label": "Call number prefix", + "repeatable": true + }, + "l": { + "code": "l", + "label": "Shelving form of title", + "repeatable": false + }, + "m": { + "code": "m", + "label": "Call number suffix", + "repeatable": true + }, + "n": { + "code": "n", + "label": "Country code", + "repeatable": false + }, + "p": { + "code": "p", + "label": "Piece designation", + "repeatable": false + }, + "q": { + "code": "q", + "label": "Piece physical condition", + "repeatable": false + }, + "s": { + "code": "s", + "label": "Copyright article-fee code", + "repeatable": true + }, + "t": { + "code": "t", + "label": "Copy number", + "repeatable": false + }, + "u": { + "code": "u", + "label": "Uniform Resource Identifier", + "repeatable": true + }, + "x": { + "code": "x", + "label": "Nonpublic note", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Public note", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source of classification or shelving scheme", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Sequence number", + "repeatable": false + } + } + }, + "856": { + "tag": "856", + "label": "Electronic Location and Access", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd856.html", + "subfields": { + "a": { + "code": "a", + "label": "Host name", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Compression information", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Path", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Data provenance", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Electronic name", + "repeatable": true + }, + "g": { + "code": "g", + "label": "Persistent identifier", + "repeatable": true + }, + "h": { + "code": "h", + "label": "Non-functioning Uniform Resource Identifier", + "repeatable": true + }, + "l": { + "code": "l", + "label": "Standardized information governing access", + "repeatable": true + }, + "m": { + "code": "m", + "label": "Contact for access assistance", + "repeatable": true + }, + "n": { + "code": "n", + "label": "Terms governing access", + "repeatable": true + }, + "o": { + "code": "o", + "label": "Operating system", + "repeatable": false + }, + "p": { + "code": "p", + "label": "Port", + "repeatable": false + }, + "q": { + "code": "q", + "label": "Electronic format type", + "repeatable": true + }, + "r": { + "code": "r", + "label": "Standardized information governing use and reproduction", + "repeatable": true + }, + "s": { + "code": "s", + "label": "File size", + "repeatable": true + }, + "t": { + "code": "t", + "label": "Terms governing use and reproduction", + "repeatable": true + }, + "u": { + "code": "u", + "label": "Uniform Resource Identifier", + "repeatable": true + }, + "v": { + "code": "v", + "label": "Hours access method available", + "repeatable": true + }, + "w": { + "code": "w", + "label": "Record control number", + "repeatable": true + }, + "x": { + "code": "x", + "label": "Nonpublic note", + "repeatable": true + }, + "y": { + "code": "y", + "label": "Link text", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Public note", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Access method", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Access status", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "857": { + "tag": "857", + "label": "Electronic Archive Location and Access", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd857.html", + "subfields": { + "b": { + "code": "b", + "label": "Name of archiving agency", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Name of Web archive or digital archive repository", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Date range of archived material", + "repeatable": false + }, + "e": { + "code": "e", + "label": "Data provenance", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Archive completeness", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Persistent identifier", + "repeatable": true + }, + "h": { + "code": "h", + "label": "Non-functioning Uniform Resource Identifier", + "repeatable": true + }, + "l": { + "code": "l", + "label": "Standardized information governing access", + "repeatable": true + }, + "m": { + "code": "m", + "label": "Contact for access assistance", + "repeatable": true + }, + "n": { + "code": "n", + "label": "Terms governing access", + "repeatable": true + }, + "q": { + "code": "q", + "label": "Electronic format type", + "repeatable": true + }, + "r": { + "code": "r", + "label": "Standardized information governing use and reproduction", + "repeatable": true + }, + "s": { + "code": "s", + "label": "File size", + "repeatable": true + }, + "t": { + "code": "t", + "label": "Terms governing use and reproduction", + "repeatable": true + }, + "u": { + "code": "u", + "label": "Uniform Resource Identifier", + "repeatable": true + }, + "x": { + "code": "x", + "label": "Nonpublic note", + "repeatable": true + }, + "y": { + "code": "y", + "label": "Link text", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Public note", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Access method", + "repeatable": false + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "7": { + "code": "7", + "label": "Access status", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "880": { + "tag": "880", + "label": "Alternate Graphic Representation", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd880.html", + "subfields": { + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + } + } + }, + "881": { + "tag": "881", + "label": "Manifestation Statements", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd881.html", + "subfields": { + "a": { + "code": "a", + "label": "Manifestation statement, high-level/general", + "repeatable": true + }, + "b": { + "code": "b", + "label": "Manifestation identifier statement", + "repeatable": true + }, + "c": { + "code": "c", + "label": "Manifestation title and responsibility statement", + "repeatable": true + }, + "d": { + "code": "d", + "label": "Manifestation edition statement", + "repeatable": true + }, + "e": { + "code": "e", + "label": "Manifestation production statement", + "repeatable": true + }, + "f": { + "code": "f", + "label": "Manifestation publication statement", + "repeatable": true + }, + "g": { + "code": "g", + "label": "Manifestation distribution statement", + "repeatable": true + }, + "h": { + "code": "h", + "label": "Manifestation manufacture statement", + "repeatable": true + }, + "i": { + "code": "i", + "label": "Manifestation copyright statement", + "repeatable": true + }, + "j": { + "code": "j", + "label": "Manifestation frequency statement", + "repeatable": true + }, + "k": { + "code": "k", + "label": "Manifestation designation of sequence statement", + "repeatable": true + }, + "l": { + "code": "l", + "label": "Manifestation series statement ", + "repeatable": true + }, + "m": { + "code": "m", + "label": "Manifestation dissertation statement", + "repeatable": true + }, + "n": { + "code": "n", + "label": "Manifestation regional encoding statement", + "repeatable": true + }, + "3": { + "code": "3", + "label": "Materials specified", + "repeatable": false + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "882": { + "tag": "882", + "label": "Replacement Record Information", + "repeatable": false, + "url": "https://www.loc.gov/marc/bibliographic/bd882.html", + "subfields": { + "a": { + "code": "a", + "label": "Replacement title", + "repeatable": true + }, + "i": { + "code": "i", + "label": "Explanatory text", + "repeatable": true + }, + "w": { + "code": "w", + "label": "Replacement bibliographic record control number", + "repeatable": true + }, + "6": { + "code": "6", + "label": "Linkage", + "repeatable": false + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "883": { + "tag": "883", + "label": "Metadata Provenance", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd883.html", + "subfields": { + "a": { + "code": "a", + "label": "Creation process", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Confidence value", + "repeatable": false + }, + "q": { + "code": "q", + "label": "Assigning or generating agency", + "repeatable": false + }, + "x": { + "code": "x", + "label": "Validity end date", + "repeatable": false + }, + "u": { + "code": "u", + "label": "Uniform Resource Identifier", + "repeatable": false + }, + "w": { + "code": "w", + "label": "Bibliographic record control number", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "8": { + "code": "8", + "label": "Field link and sequence number", + "repeatable": true + } + } + }, + "884": { + "tag": "884", + "label": "Description Conversion Information", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd884.html", + "subfields": { + "a": { + "code": "a", + "label": "Conversion process", + "repeatable": false + }, + "g": { + "code": "g", + "label": "Conversion date", + "repeatable": false + }, + "k": { + "code": "k", + "label": "Identifier of source metadata", + "repeatable": false + }, + "q": { + "code": "q", + "label": "Conversion agency", + "repeatable": false + }, + "u": { + "code": "u", + "label": "Uniform Resource Identifier", + "repeatable": true + } + } + }, + "885": { + "tag": "885", + "label": "Matching Information", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd885.html", + "subfields": { + "a": { + "code": "a", + "label": "Matching information", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Status of matching and its checking", + "repeatable": false + }, + "c": { + "code": "c", + "label": "Confidence value", + "repeatable": false + }, + "d": { + "code": "d", + "label": "Generation date", + "repeatable": false + }, + "w": { + "code": "w", + "label": "Record control number", + "repeatable": true + }, + "x": { + "code": "x", + "label": "Nonpublic note", + "repeatable": true + }, + "z": { + "code": "z", + "label": "Public note", + "repeatable": true + }, + "0": { + "code": "0", + "label": "Authority record control number or standard number", + "repeatable": true + }, + "1": { + "code": "1", + "label": "Real World Object URI", + "repeatable": true + }, + "2": { + "code": "2", + "label": "Source", + "repeatable": false + }, + "5": { + "code": "5", + "label": "Institution to which field applies", + "repeatable": false + } + } + }, + "886": { + "tag": "886", + "label": "Foreign MARC Information Field", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd886.html", + "subfields": { + "a": { + "code": "a", + "label": "Tag of the foreign MARC field", + "repeatable": false + }, + "b": { + "code": "b", + "label": "Content of the foreign MARC field", + "repeatable": false + }, + "2": { + "code": "2", + "label": "Source of data", + "repeatable": false + } + } + }, + "887": { + "tag": "887", + "label": "Non-MARC Information Field", + "repeatable": true, + "url": "https://www.loc.gov/marc/bibliographic/bd887.html", + "subfields": { + "a": { + "code": "a", + "label": "Content of non-MARC field", + "repeatable": false + }, + "2": { + "code": "2", + "label": "Source of data", + "repeatable": false + } + } + } + } +} \ No newline at end of file diff --git a/marctable/marc.py b/marctable/marc.py index ca13b4b..9509f0a 100644 --- a/marctable/marc.py +++ b/marctable/marc.py @@ -1,63 +1,76 @@ +""" +This module contains classes to make it easier to work with MARC as an Avram +schema, which is loaded from the marc.json that is alongside this file. The +Avram schema lets marctable know which MARC fields and subfields are allowed, +and whether they should be encoded as lists rather than single values. It also +includes functions used for regenerating the Avram schema by crawling the MARC +specification the Library of Congress website. + +For more about Avram see https://format.gbv.de/schema/avram/specification +""" + +import json import pathlib import re import sys from functools import cache -from typing import Generator +from typing import IO, Generator from urllib.parse import urljoin import requests -import yaml from bs4 import BeautifulSoup -_yaml_file = pathlib.Path(__file__).parent / "marc.yaml" -_marc = yaml.safe_load(_yaml_file.open()) - class Subfield: - def __init__(self, code: str, name: str, repeatable: bool = False) -> None: + def __init__(self, code: str, label: str, repeatable: bool = False) -> None: self.code = code - self.name = name + self.label = label self.repeatable = repeatable @classmethod def from_dict(_, d: dict): - return Subfield(d.get("code"), d.get("name"), d.get("repeatable")) + return Subfield(d.get("code"), d.get("label"), d.get("repeatable")) def to_dict(self) -> dict: - return {"code": self.code, "name": self.name, "repeatable": self.repeatable} + return {"code": self.code, "label": self.label, "repeatable": self.repeatable} class Field: def __init__( - self, tag: str, name: str, subfields: list[Subfield], repeatable: False + self, tag: str, label: str, subfields: dict, repeatable: False, url: str = None ) -> None: self.tag = tag - self.name = name + self.label = label self.subfields = subfields self.repeatable = repeatable + self.url = url def __str__(self) -> str: if len(self.subfields) > 0: - subfields = ": " + (",".join([sf.code for sf in self.subfields])) + subfields = ": " + (",".join(self.subfields.keys())) else: subfields = "" - return f"{self.tag} {self.name}: {'R' if self.repeatable else 'NR'} {subfields}" + return ( + f"{self.tag} {self.label}: {'R' if self.repeatable else 'NR'} {subfields}" + ) @classmethod def from_dict(klass, d: dict): return Field( tag=d.get("tag"), - name=d.get("name"), + label=d.get("label"), repeatable=d.get("repeatable"), - subfields=[Subfield.from_dict(d) for d in d["subfields"]], + url=d.get("url"), + subfields=[Subfield.from_dict(d) for d in d["subfields"].values()], ) def to_dict(self) -> dict: return { "tag": self.tag, - "name": self.name, + "label": self.label, "repeatable": self.repeatable, - "subfields": [sf.to_dict() for sf in self.subfields], + "url": self.url, + "subfields": {sf.code: sf.to_dict() for sf in self.subfields.values()}, } def get_subfield(self, code: str) -> Subfield: @@ -69,11 +82,14 @@ def get_subfield(self, code: str) -> Subfield: class MARC: def __init__(self) -> None: - self.fields = self._load() + self.fields = [] @cache def get_field(self, tag: str) -> Field: - return self.fields.get(tag, None) + for field in self.fields: + if field.tag == tag: + return field + return None @cache def get_subfield(self, tag: str, code: str) -> Subfield: @@ -83,12 +99,29 @@ def get_subfield(self, tag: str, code: str) -> Subfield: else: return None - def _load(self) -> dict: - fields = {} - for d in _marc: - field = Field.from_dict(d) - fields[field.tag] = field - return fields + @property + def avram_file(self): + return pathlib.Path(__file__).parent / "marc.json" + + @classmethod + @cache + def from_avram(cls, avram_file: IO = None) -> dict: + marc = MARC() + + if avram_file is None: + avram_file = marc.avram_file.open("r") + + for d in json.load(avram_file)["fields"].values(): + marc.fields.append(Field.from_dict(d)) + + return marc + + def to_avram(self, avram_file: IO = None) -> None: + if avram_file is None: + avram_file = self.avram_file.open("w") + + d = {"fields": {f.tag: f.to_dict() for f in self.fields}} + json.dump(d, avram_file, indent=2) def fields() -> Generator[Field, None, None]: @@ -109,13 +142,15 @@ def make_field(url: str) -> Field: soup = _soup(url) h1 = soup.select_one("h1", first=True).text.strip() if m1 := re.match(r"^(\d+) - (.+) \((.+)\)$", h1): - tag, name, repeatable = m1.groups() + tag, label, repeatable = m1.groups() # most pages put the subfield info in a list - subfields = [] + subfields = {} for el in soup.select("table.subfields li"): if m2 := re.match(r"^\$(.) - (.+) \((.+)\)$", el.text): - subfields.append(Subfield(m2.group(1), m2.group(2), m2.group(3) == "R")) + subfields[m2.group(1)] = Subfield( + m2.group(1), m2.group(2), m2.group(3) == "R" + ) # some pages use a different layout, of course if len(subfields) == 0: @@ -123,26 +158,32 @@ def make_field(url: str) -> Field: for text in el.text.split("$"): text = text.strip() if m2 := re.match(r"^(.) - (.+) \((.+)\)$", text): - subfields.append( - Subfield(m2.group(1), m2.group(2), m2.group(3) == "R") + subfields[m2.group(1)] = Subfield( + code=m2.group(1), + label=m2.group(2), + repeatable=m2.group(3) == "R", ) - return Field(tag, name, subfields, repeatable == "R") + return Field( + tag=tag, + label=label.strip(), + repeatable=repeatable == "R", + url=url, + subfields=subfields, + ) # scrape the loc website for the marc fields -def main() -> None: - marc_fields = [] +def crawl(n: int = 0, quiet: bool = False, outfile: IO = sys.stdout) -> None: + marc = MARC() for f in fields(): - print(f) - marc_fields.append(f.to_dict()) - # write out the collected data - yaml.dump(marc_fields, sys.stdout, default_flow_style=False) + marc.fields.append(f) + if not quiet: + print(f) + if n != 0 and len(marc.fields) >= n: + break + marc.to_avram(outfile) def _soup(url: str) -> BeautifulSoup: return BeautifulSoup(requests.get(url).text, "html.parser") - - -if __name__ == "__main__": - main() diff --git a/marctable/marc.yaml b/marctable/marc.yaml deleted file mode 100644 index fa42fce..0000000 --- a/marctable/marc.yaml +++ /dev/null @@ -1,7305 +0,0 @@ -- name: Control Number - repeatable: false - subfields: [] - tag: '001' -- name: Control Number Identifier - repeatable: false - subfields: [] - tag: '003' -- name: Date and Time of Latest Transaction - repeatable: false - subfields: [] - tag: '005' -- name: ' Fixed-Length Data Elements-Additional Material Characteristics' - repeatable: true - subfields: [] - tag: '006' -- name: Physical Description Fixed Field-General Information - repeatable: true - subfields: [] - tag: '007' -- name: Fixed-Length Data Elements-General Information - repeatable: false - subfields: [] - tag: 008 -- name: Library of Congress Control Number - repeatable: false - subfields: - - code: a - name: LC control number - repeatable: false - - code: b - name: NUCMC control number - repeatable: true - - code: z - name: Canceled/invalid LC control number - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '010' -- name: Patent Control Information - repeatable: true - subfields: - - code: a - name: Number - repeatable: false - - code: b - name: Country - repeatable: false - - code: c - name: Type of number - repeatable: false - - code: d - name: Date - repeatable: true - - code: e - name: Status - repeatable: true - - code: f - name: Party to document - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '013' -- name: National Bibliography Number - repeatable: true - subfields: - - code: a - name: National bibliography number - repeatable: true - - code: q - name: Qualifying information - repeatable: true - - code: z - name: Canceled/invalid national bibliography number - repeatable: true - - code: '2' - name: Source - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '015' -- name: National Bibliographic Agency Control Number - repeatable: true - subfields: - - code: a - name: Record control number - repeatable: false - - code: z - name: Canceled/invalid control number - repeatable: true - - code: '2' - name: Source - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '016' -- name: Copyright or Legal Deposit Number - repeatable: true - subfields: - - code: b - name: Assigning agency - repeatable: false - - code: d - name: Date - repeatable: false - - code: i - name: Display text - repeatable: false - - code: '2' - name: Source - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '017' -- name: Copyright Article-Fee Code - repeatable: false - subfields: - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: 018 -- name: International Standard Book Number - repeatable: true - subfields: - - code: a - name: International Standard Book Number - repeatable: false - - code: c - name: Terms of availability - repeatable: false - - code: q - name: Qualifying information - repeatable: true - - code: z - name: Canceled/invalid ISBN - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '020' -- name: International Standard Serial Number - repeatable: true - subfields: - - code: a - name: International Standard Serial Number - repeatable: false - - code: y - name: Incorrect ISSN - repeatable: true - - code: z - name: Canceled ISSN - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: false - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '022' -- name: Cluster ISSN - repeatable: true - subfields: - - code: a - name: Cluster ISSN - repeatable: false - - code: y - name: Incorrect Cluster ISSN - repeatable: true - - code: z - name: Canceled Cluster ISSN - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: false - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '023' -- name: Other Standard Identifier - repeatable: true - subfields: - - code: a - name: Standard number or code - repeatable: false - - code: c - name: Terms of availability - repeatable: false - - code: d - name: Additional codes following the standard number or code - repeatable: false - - code: q - name: Qualifying information - repeatable: true - - code: z - name: Canceled/invalid standard number or code - repeatable: true - - code: '2' - name: Source of number or code - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '024' -- name: Overseas Acquisition Number - repeatable: true - subfields: - - code: a - name: Overseas acquisition number - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '025' -- name: Fingerprint Identifier - repeatable: true - subfields: - - code: a - name: First and second groups of characters - repeatable: false - - code: b - name: Third and fourth groups of characters - repeatable: false - - code: c - name: Date - repeatable: false - - code: d - name: Number of volume or part - repeatable: true - - code: e - name: Unparsed fingerprint - repeatable: false - - code: '2' - name: Source - repeatable: false - - code: '5' - name: Institution to which field applies - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '026' -- name: Standard Technical Report Number - repeatable: true - subfields: - - code: a - name: Standard technical report number - repeatable: false - - code: q - name: Qualifying information - repeatable: true - - code: z - name: Canceled/invalid number - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '027' -- name: Publisher or Distributor Number - repeatable: true - subfields: - - code: a - name: Publisher or distributor number - repeatable: false - - code: b - name: Source - repeatable: false - - code: q - name: Qualifying information - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: 028 -- name: CODEN Designation - repeatable: true - subfields: - - code: a - name: CODEN - repeatable: false - - code: z - name: Canceled/invalid CODEN - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '030' -- name: Musical Incipits Information - repeatable: true - subfields: - - code: a - name: Number of work - repeatable: false - - code: b - name: Number of movement - repeatable: false - - code: c - name: Number of excerpt - repeatable: false - - code: d - name: Caption or heading - repeatable: true - - code: e - name: Role - repeatable: false - - code: g - name: Clef - repeatable: false - - code: m - name: Voice/instrument - repeatable: false - - code: n - name: Key signature - repeatable: false - - code: o - name: Time signature - repeatable: false - - code: p - name: Musical notation - repeatable: false - - code: q - name: General note - repeatable: true - - code: r - name: Key or mode - repeatable: false - - code: s - name: Coded validity note - repeatable: true - - code: t - name: Text incipit - repeatable: true - - code: u - name: Uniform Resource Identifier - repeatable: true - - code: y - name: Link text - repeatable: true - - code: z - name: Public note - repeatable: true - - code: '2' - name: System code - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '031' -- name: Postal Registration Number - repeatable: true - subfields: - - code: a - name: Postal registration number - repeatable: false - - code: b - name: Source agency assigning number - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '032' -- name: Date/Time and Place of an Event - repeatable: true - subfields: - - code: a - name: Formatted date/time - repeatable: true - - code: b - name: Geographic classification area code - repeatable: true - - code: c - name: Geographic classification subarea code - repeatable: true - - code: p - name: Place of event - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of term - repeatable: true - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '033' -- name: Coded Cartographic Mathematical Data - repeatable: true - subfields: - - code: a - name: Category of scale - repeatable: false - - code: b - name: Constant ratio linear horizontal scale - repeatable: true - - code: c - name: Constant ratio linear vertical scale - repeatable: true - - code: d - name: Coordinates - westernmost longitude - repeatable: false - - code: e - name: Coordinates - easternmost longitude - repeatable: false - - code: f - name: Coordinates - northernmost latitude - repeatable: false - - code: g - name: Coordinates - southernmost latitude - repeatable: false - - code: h - name: Angular scale - repeatable: true - - code: j - name: Declination - northern limit - repeatable: false - - code: k - name: Declination - southern limit - repeatable: false - - code: m - name: Right ascension - eastern limit - repeatable: false - - code: n - name: Right ascension - western limit - repeatable: false - - code: p - name: Equinox - repeatable: false - - code: r - name: Distance from earth - repeatable: false - - code: s - name: G-ring latitude - repeatable: true - - code: t - name: G-ring longitude - repeatable: true - - code: x - name: Beginning date - repeatable: false - - code: y - name: Ending date - repeatable: false - - code: z - name: Name of extraterrestrial body - repeatable: false - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '034' -- name: System Control Number - repeatable: true - subfields: - - code: a - name: System control number - repeatable: false - - code: z - name: Canceled/invalid control number - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '035' -- name: Original Study Number for Computer Data Files - repeatable: false - subfields: - - code: a - name: Original study number - repeatable: false - - code: b - name: Source agency assigning number - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '036' -- name: Source of Acquisition - repeatable: true - subfields: - - code: a - name: Stock number - repeatable: false - - code: b - name: Source of stock number/acquisition - repeatable: false - - code: c - name: Terms of availability - repeatable: true - - code: f - name: Form of issue - repeatable: true - - code: g - name: Additional format characteristics - repeatable: true - - code: n - name: Note - repeatable: true - - code: '3' - name: Materials specified - repeatable: false - - code: '5' - name: Institution to which field applies - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '037' -- name: Record Content Licensor - repeatable: false - subfields: - - code: a - name: Record content licensor - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: 038 -- name: Cataloging Source - repeatable: false - subfields: - - code: a - name: Original cataloging agency - repeatable: false - - code: b - name: Language of cataloging - repeatable: false - - code: c - name: Transcribing agency - repeatable: false - - code: d - name: Modifying agency - repeatable: true - - code: e - name: Description conventions - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '040' -- name: Language Code - repeatable: true - subfields: - - code: b - name: Language code of summary or abstract - repeatable: true - - code: d - name: Language code of sung or spoken text - repeatable: true - - code: e - name: Language code of librettos - repeatable: true - - code: f - name: Language code of table of contents - repeatable: true - - code: h - name: Language code of original - repeatable: true - - code: i - name: Language code of intertitles - repeatable: true - - code: j - name: Language code of subtitles - repeatable: true - - code: k - name: Language code of intermediate translations - repeatable: true - - code: m - name: Language code of original accompanying materials other than librettos - repeatable: true - - code: n - name: Language code of original libretto - repeatable: true - - code: p - name: Language code of captions - repeatable: true - - code: q - name: Language code of accessible audio - repeatable: true - - code: r - name: Language code of accessible visual language (non-textual) - repeatable: true - - code: t - name: Language code of accompanying transcripts for audiovisual materials - repeatable: true - - code: '2' - name: Source of code - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '041' -- name: Authentication Code - repeatable: false - subfields: - - code: a - name: Authentication code - repeatable: true - tag: '042' -- name: Geographic Area Code - repeatable: true - subfields: - - code: a - name: Geographic area code - repeatable: true - - code: b - name: Local GAC code - repeatable: true - - code: c - name: ISO code - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of local code - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '043' -- name: Country of Publishing/Producing Entity Code - repeatable: false - subfields: - - code: a - name: MARC country code - repeatable: true - - code: b - name: Local subentity code - repeatable: true - - code: c - name: ISO country code - repeatable: true - - code: '2' - name: Source of local subentity code - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '044' -- name: Time Period of Content - repeatable: false - subfields: - - code: a - name: Time period code - repeatable: true - - code: b - name: Formatted 9999 B.C. through C.E. time period - repeatable: true - - code: c - name: Formatted pre-9999 B.C. time period - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '045' -- name: Special Coded Dates - repeatable: true - subfields: - - code: a - name: Type of date code - repeatable: false - - code: b - name: Date 1, B.C.E. date - repeatable: false - - code: c - name: Date 1, C.E. date - repeatable: false - - code: d - name: Date 2, B.C.E. date - repeatable: false - - code: e - name: Date 2, C.E. date - repeatable: false - - code: j - name: Date resource modified - repeatable: false - - code: k - name: Beginning or single date created - repeatable: false - - code: l - name: Ending date created - repeatable: false - - code: m - name: Beginning of date valid - repeatable: false - - code: n - name: End of date valid - repeatable: false - - code: o - name: Single or starting date for aggregated content - repeatable: false - - code: p - name: Ending date for aggregated content - repeatable: false - - code: x - name: Nonpublic note - repeatable: true - - code: z - name: Public note - repeatable: true - - code: '2' - name: Source of date - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '046' -- name: Form of Musical Composition Code - repeatable: true - subfields: - - code: a - name: Form of musical composition code - repeatable: true - - code: '2' - name: Source of code - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '047' -- name: Number of Musical Instruments or Voices Code - repeatable: true - subfields: - - code: a - name: Performer or ensemble - repeatable: true - - code: b - name: Soloist - repeatable: true - - code: '2' - name: Source of code - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: 048 -- name: Library of Congress Call Number - repeatable: true - subfields: - - code: a - name: Classification number - repeatable: true - - code: b - name: Item number - repeatable: false - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '050' -- name: Library of Congress Copy, Issue, Offprint Statement - repeatable: true - subfields: - - code: a - name: Classification number - repeatable: false - - code: b - name: Item number - repeatable: false - - code: c - name: Copy information - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '051' -- name: Geographic Classification - repeatable: true - subfields: - - code: a - name: Geographic classification area code - repeatable: false - - code: b - name: Geographic classification subarea code - repeatable: true - - code: d - name: Populated place name - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Code source - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '052' -- name: Classification Numbers Assigned in Canada - repeatable: true - subfields: - - code: a - name: Classification number - repeatable: false - - code: b - name: Item number - repeatable: false - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of call/class number - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '055' -- name: National Library of Medicine Call Number - repeatable: true - subfields: - - code: a - name: Classification number - repeatable: true - - code: b - name: Item number - repeatable: false - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '060' -- name: National Library of Medicine Copy Statement - repeatable: true - subfields: - - code: a - name: Classification number - repeatable: true - - code: b - name: Item number - repeatable: false - - code: c - name: Copy information - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '061' -- name: Character Sets Present - repeatable: false - subfields: - - code: a - name: Primary G0 character set - repeatable: false - - code: b - name: Primary G1 character set - repeatable: false - - code: c - name: Alternate G0 or G1 character set - repeatable: true - tag: '066' -- name: National Agricultural Library Call Number - repeatable: true - subfields: - - code: a - name: Classification number - repeatable: true - - code: b - name: Item number - repeatable: false - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '070' -- name: National Agricultural Library Copy Statement - repeatable: true - subfields: - - code: a - name: Classification number - repeatable: true - - code: b - name: Item number - repeatable: false - - code: c - name: Copy information - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '071' -- name: Subject Category Code - repeatable: true - subfields: - - code: a - name: Subject category code - repeatable: false - - code: x - name: Subject category code subdivision - repeatable: true - - code: '2' - name: Source - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '072' -- name: GPO Item Number - repeatable: true - subfields: - - code: a - name: GPO item number - repeatable: false - - code: z - name: Canceled/invalid GPO item number - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '074' -- name: Universal Decimal Classification Number - repeatable: true - subfields: - - code: a - name: Universal Decimal Classification number - repeatable: false - - code: b - name: Item number - repeatable: false - - code: x - name: Common auxiliary subdivision - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Edition identifier - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: 080 -- name: Dewey Decimal Classification Number - repeatable: true - subfields: - - code: a - name: Classification number - repeatable: true - - code: b - name: Item number - repeatable: false - - code: m - name: Standard or optional designation - repeatable: false - - code: q - name: Assigning agency - repeatable: false - - code: '2' - name: Edition information - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: 082 -- name: Additional Dewey Decimal Classification Number - repeatable: true - subfields: - - code: a - name: Classification number - repeatable: true - - code: c - name: Classification number--Ending number of span - repeatable: true - - code: m - name: Standard or optional designation - repeatable: false - - code: q - name: Assigning agency - repeatable: false - - code: z - name: Table identification - repeatable: true - - code: '2' - name: Edition information - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: 083 -- name: Other Classification Number - repeatable: true - subfields: - - code: a - name: Classification number - repeatable: true - - code: b - name: Item number - repeatable: false - - code: q - name: Assigning agency - repeatable: false - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Number source - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: 084 -- name: Synthesized Classification Number Components - repeatable: true - subfields: - - code: b - name: Base number - repeatable: true - - code: c - name: Classification number-ending number of span - repeatable: true - - code: f - name: Facet designator - repeatable: true - - code: r - name: Root number - repeatable: true - - code: u - name: Number being analyzed - repeatable: true - - code: z - name: Table identification - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: 085 -- name: Government Document Classification Number - repeatable: true - subfields: - - code: a - name: Classification number - repeatable: false - - code: z - name: Canceled/invalid classification number - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Number source - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: 086 -- name: Report Number - repeatable: true - subfields: - - code: a - name: Report number - repeatable: false - - code: z - name: Canceled/invalid report number - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: 088 -- name: Main Entry-Personal Name - repeatable: false - subfields: - - code: a - name: Personal name - repeatable: false - - code: b - name: Numeration - repeatable: false - - code: c - name: Titles and words associated with a name - repeatable: true - - code: d - name: Dates associated with a name - repeatable: false - - code: e - name: Relator term - repeatable: true - - code: f - name: Date of a work - repeatable: false - - code: g - name: Miscellaneous information - repeatable: true - - code: j - name: Attribution qualifier - repeatable: true - - code: k - name: Form subheading - repeatable: true - - code: l - name: Language of a work - repeatable: false - - code: n - name: Number of part/section of a work - repeatable: true - - code: p - name: Name of part/section of a work - repeatable: true - - code: q - name: Fuller form of name - repeatable: false - - code: t - name: Title of a work - repeatable: false - - code: u - name: Affiliation - repeatable: false - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of heading or term - repeatable: false - - code: '4' - name: Relationship - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '100' -- name: Main Entry-Corporate Name - repeatable: false - subfields: - - code: a - name: Corporate name or jurisdiction name as entry element - repeatable: false - - code: b - name: Subordinate unit - repeatable: true - - code: c - name: Location of meeting - repeatable: true - - code: d - name: Date of meeting or treaty signing - repeatable: true - - code: e - name: Relator term - repeatable: true - - code: f - name: Date of a work - repeatable: false - - code: g - name: Miscellaneous information - repeatable: true - - code: k - name: Form subheading - repeatable: true - - code: l - name: Language of a work - repeatable: false - - code: n - name: Number of part/section/meeting - repeatable: true - - code: p - name: Name of part/section of a work - repeatable: true - - code: t - name: Title of a work - repeatable: false - - code: u - name: Affiliation - repeatable: false - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of heading or term - repeatable: false - - code: '4' - name: Relationship - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '110' -- name: Main Entry-Meeting Name - repeatable: false - subfields: - - code: a - name: Meeting name or jurisdiction name as entry element - repeatable: false - - code: c - name: Location of meeting - repeatable: true - - code: d - name: Date of meeting or treaty signing - repeatable: true - - code: e - name: Subordinate unit - repeatable: true - - code: f - name: Date of a work - repeatable: false - - code: g - name: Miscellaneous information - repeatable: true - - code: j - name: Relator term - repeatable: true - - code: k - name: Form subheading - repeatable: true - - code: l - name: Language of a work - repeatable: false - - code: n - name: Number of part/section/meeting - repeatable: true - - code: p - name: Name of part/section of a work - repeatable: true - - code: q - name: Name of meeting following jurisdiction name entry element - repeatable: false - - code: t - name: Title of a work - repeatable: false - - code: u - name: Affiliation - repeatable: false - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of heading or term - repeatable: false - - code: '4' - name: Relationship - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '111' -- name: Main Entry-Uniform Title - repeatable: false - subfields: - - code: a - name: Uniform title - repeatable: false - - code: d - name: Date of treaty signing - repeatable: true - - code: f - name: Date of a work - repeatable: false - - code: g - name: Miscellaneous information - repeatable: true - - code: h - name: Medium - repeatable: false - - code: k - name: Form subheading - repeatable: true - - code: l - name: Language of a work - repeatable: false - - code: m - name: Medium of performance for music - repeatable: true - - code: n - name: Number of part/section of a work - repeatable: true - - code: o - name: Arranged statement for music - repeatable: false - - code: p - name: Name of part/section of a work - repeatable: true - - code: r - name: Key for music - repeatable: false - - code: s - name: Version - repeatable: true - - code: t - name: Title of a work - repeatable: false - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of heading or term - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '130' -- name: Abbreviated Title - repeatable: true - subfields: - - code: a - name: Abbreviated title - repeatable: false - - code: b - name: Qualifying information - repeatable: false - - code: '2' - name: Source - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '210' -- name: Key Title - repeatable: true - subfields: - - code: a - name: Key title - repeatable: false - - code: b - name: Qualifying information - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '222' -- name: Uniform Title - repeatable: false - subfields: - - code: a - name: Uniform title - repeatable: false - - code: d - name: Date of treaty signing - repeatable: true - - code: f - name: Date of a work - repeatable: false - - code: g - name: Miscellaneous information - repeatable: true - - code: h - name: Medium - repeatable: false - - code: k - name: Form subheading - repeatable: true - - code: l - name: Language of a work - repeatable: false - - code: m - name: Medium of performance for music - repeatable: true - - code: n - name: Number of part/section of a work - repeatable: true - - code: o - name: Arranged statement for music - repeatable: false - - code: p - name: Name of part/section of a work - repeatable: true - - code: r - name: Key for music - repeatable: false - - code: s - name: Version - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of heading or term - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '240' -- name: Translation of Title by Cataloging Agency - repeatable: true - subfields: - - code: a - name: Title - repeatable: false - - code: b - name: Remainder of title - repeatable: false - - code: c - name: Statement of responsibility, etc. - repeatable: false - - code: h - name: Medium - repeatable: false - - code: n - name: Number of part/section of a work - repeatable: true - - code: p - name: Name of part/section of a work - repeatable: true - - code: y - name: Language code of translated title - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '242' -- name: Collective Uniform Title - repeatable: false - subfields: - - code: a - name: Uniform title - repeatable: false - - code: d - name: Date of treaty signing - repeatable: true - - code: f - name: Date of a work - repeatable: false - - code: g - name: Miscellaneous information - repeatable: true - - code: h - name: Medium - repeatable: false - - code: k - name: Form subheading - repeatable: true - - code: l - name: Language of a work - repeatable: false - - code: m - name: Medium of performance for music - repeatable: true - - code: n - name: Number of part/section of a work - repeatable: true - - code: o - name: Arranged statement for music - repeatable: false - - code: p - name: Name of part/section of a work - repeatable: true - - code: r - name: Key for music - repeatable: false - - code: s - name: Version - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '243' -- name: Title Statement - repeatable: false - subfields: - - code: a - name: Title - repeatable: false - - code: b - name: Remainder of title - repeatable: false - - code: c - name: Statement of responsibility, etc. - repeatable: false - - code: f - name: Inclusive dates - repeatable: false - - code: g - name: Bulk dates - repeatable: false - - code: h - name: Medium - repeatable: false - - code: k - name: Form - repeatable: true - - code: n - name: Number of part/section of a work - repeatable: true - - code: p - name: Name of part/section of a work - repeatable: true - - code: s - name: Version - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '245' -- name: Varying Form of Title - repeatable: true - subfields: - - code: a - name: Title proper/short title - repeatable: false - - code: b - name: Remainder of title - repeatable: false - - code: f - name: Date or sequential designation - repeatable: false - - code: g - name: Miscellaneous information - repeatable: true - - code: h - name: Medium - repeatable: false - - code: i - name: Display text - repeatable: false - - code: n - name: Number of part/section of a work - repeatable: true - - code: p - name: Name of part/section of a work - repeatable: true - - code: '5' - name: Institution to which field applies - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '246' -- name: Former Title - repeatable: true - subfields: - - code: a - name: Title - repeatable: false - - code: b - name: Remainder of title - repeatable: false - - code: f - name: Date or sequential designation - repeatable: false - - code: g - name: Miscellaneous information - repeatable: true - - code: h - name: Medium - repeatable: false - - code: n - name: Number of part/section of a work - repeatable: true - - code: p - name: Name of part/section of a work - repeatable: true - - code: x - name: International Standard Serial Number - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '247' -- name: Edition Statement - repeatable: true - subfields: - - code: a - name: Edition statement - repeatable: false - - code: b - name: Remainder of edition statement - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '250' -- name: Version Information - repeatable: true - subfields: - - code: a - name: Version - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '251' -- name: Musical Presentation Statement - repeatable: false - subfields: - - code: a - name: Musical presentation statement - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '254' -- name: Cartographic Mathematical Data - repeatable: true - subfields: - - code: a - name: Statement of scale - repeatable: false - - code: b - name: Statement of projection - repeatable: false - - code: c - name: Statement of coordinates - repeatable: false - - code: d - name: Statement of zone - repeatable: false - - code: e - name: Statement of equinox - repeatable: false - - code: f - name: Outer G-ring coordinate pairs - repeatable: false - - code: g - name: Exclusion G-ring coordinate pairs - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '255' -- name: Computer File Characteristics - repeatable: false - subfields: - - code: a - name: Computer file characteristics - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '256' -- name: Country of Producing Entity - repeatable: true - subfields: - - code: a - name: Country of producing entity - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '257' -- name: Philatelic Issue Data - repeatable: true - subfields: - - code: a - name: Issuing jurisdiction - repeatable: false - - code: b - name: Denomination - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '258' -- name: Publication, Distribution, etc. (Imprint) - repeatable: true - subfields: - - code: a - name: Place of publication, distribution, etc. - repeatable: true - - code: b - name: Name of publisher, distributor, etc. - repeatable: true - - code: c - name: Date of publication, distribution, etc. - repeatable: true - - code: e - name: Place of manufacture - repeatable: true - - code: f - name: Manufacturer - repeatable: true - - code: g - name: Date of manufacture - repeatable: true - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '260' -- name: Projected Publication Date - repeatable: false - subfields: - - code: a - name: Projected publication date - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '263' -- name: Production, Publication, Distribution, Manufacture, and Copyright Notice - repeatable: true - subfields: - - code: a - name: Place of production, publication, distribution, manufacture - repeatable: true - - code: b - name: Name of producer, publisher, distributor, manufacturer - repeatable: true - - code: c - name: Date of production, publication, distribution, manufacture, or copyright - notice - repeatable: true - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '264' -- name: Address - repeatable: true - subfields: - - code: a - name: Address - repeatable: true - - code: b - name: City - repeatable: false - - code: c - name: State or province - repeatable: false - - code: d - name: Country - repeatable: false - - code: e - name: Postal code - repeatable: false - - code: f - name: Terms preceding attention name - repeatable: false - - code: g - name: Attention name - repeatable: false - - code: h - name: Attention position - repeatable: false - - code: i - name: Type of address - repeatable: false - - code: j - name: Specialized telephone number - repeatable: true - - code: k - name: Telephone number - repeatable: true - - code: l - name: Fax number - repeatable: true - - code: m - name: Electronic mail address - repeatable: true - - code: n - name: TDD or TTY number - repeatable: true - - code: p - name: Contact person - repeatable: true - - code: q - name: Title of contact person - repeatable: true - - code: r - name: Hours - repeatable: true - - code: z - name: Public note - repeatable: true - - code: '4' - name: Relationship - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '270' -- name: Physical Description - repeatable: true - subfields: - - code: a - name: Extent - repeatable: true - - code: b - name: Other physical details - repeatable: false - - code: c - name: Dimensions - repeatable: true - - code: e - name: Accompanying material - repeatable: false - - code: f - name: Type of unit - repeatable: true - - code: g - name: Size of unit - repeatable: true - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '300' -- name: Playing Time - repeatable: false - subfields: - - code: a - name: Playing time - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '306' -- name: Hours, Etc. - repeatable: true - subfields: - - code: a - name: Hours - repeatable: false - - code: b - name: Additional information - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '307' -- name: Current Publication Frequency - repeatable: true - subfields: - - code: a - name: Current publication frequency - repeatable: false - - code: b - name: Date of current publication frequency - repeatable: false - - code: '0' - name: Authority record control number or standard number - repeatable: false - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '310' -- name: Former Publication Frequency - repeatable: true - subfields: - - code: a - name: Former publication frequency - repeatable: false - - code: b - name: Dates of former publication frequency - repeatable: false - - code: '0' - name: Authority record control number or standard number - repeatable: false - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '321' -- name: Mode of Issuance - repeatable: true - subfields: - - code: a - name: Mode of issuance term - repeatable: false - - code: b - name: Mode of issuance code - repeatable: false - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '334' -- name: Extension Plan - repeatable: true - subfields: - - code: a - name: Extension plan term - repeatable: false - - code: b - name: Extension plan code - repeatable: false - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '335' -- name: Content Type - repeatable: true - subfields: - - code: a - name: Content type term - repeatable: true - - code: b - name: Content type code - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '336' -- name: Media Type - repeatable: true - subfields: - - code: a - name: Media type term - repeatable: true - - code: b - name: Media type code - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '337' -- name: Carrier Type - repeatable: true - subfields: - - code: a - name: Carrier type term - repeatable: true - - code: b - name: Carrier type code - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '338' -- name: Physical Medium - repeatable: true - subfields: - - code: a - name: Material base and configuration - repeatable: true - - code: b - name: Dimensions - repeatable: true - - code: c - name: Materials applied to surface - repeatable: true - - code: d - name: Information recording technique - repeatable: true - - code: e - name: Support - repeatable: true - - code: f - name: Reduction ratio value - repeatable: true - - code: g - name: Color content - repeatable: true - - code: h - name: Location within medium - repeatable: true - - code: i - name: Technical specifications of medium - repeatable: true - - code: j - name: Generation - repeatable: true - - code: k - name: Layout - repeatable: true - - code: l - name: Binding - repeatable: true - - code: m - name: Book format - repeatable: true - - code: n - name: Font size - repeatable: true - - code: o - name: Polarity - repeatable: true - - code: p - name: Illustrative content - repeatable: true - - code: q - name: Reduction ratio designator - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '340' -- name: Accessibility Content - repeatable: true - subfields: - - code: a - name: Content access mode - repeatable: false - - code: b - name: Textual assistive features - repeatable: true - - code: c - name: Visual assistive features - repeatable: true - - code: d - name: Auditory assistive features - repeatable: true - - code: e - name: Tactile assistive features - repeatable: true - - code: '2' - name: Source - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '341' -- name: Geospatial Reference Data - repeatable: true - subfields: - - code: a - name: Name - repeatable: false - - code: b - name: Coordinate units or distance units - repeatable: false - - code: c - name: Latitude resolution - repeatable: false - - code: d - name: Longitude resolution - repeatable: false - - code: e - name: Standard parallel or oblique line latitude - repeatable: true - - code: f - name: Oblique line longitude - repeatable: true - - code: g - name: Longitude of central meridian or projection center - repeatable: false - - code: h - name: Latitude of projection center or projection origin - repeatable: false - - code: i - name: False easting - repeatable: false - - code: j - name: False northing - repeatable: false - - code: k - name: Scale factor - repeatable: false - - code: l - name: Height of perspective point above surface - repeatable: false - - code: m - name: Azimuthal angle - repeatable: false - - code: n - name: Azimuth measure point longitude or straight vertical longitude from pole - repeatable: false - - code: o - name: Landsat number and path number - repeatable: false - - code: p - name: Zone identifier - repeatable: false - - code: q - name: Ellipsoid name - repeatable: false - - code: r - name: Semi-major axis - repeatable: false - - code: s - name: Denominator of flattening ratio - repeatable: false - - code: t - name: Vertical resolution - repeatable: false - - code: u - name: Vertical encoding method - repeatable: false - - code: v - name: Local planar, local, or other projection or grid description - repeatable: false - - code: w - name: Local planar or local georeference information - repeatable: false - - code: '2' - name: Reference method used - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '342' -- name: Planar Coordinate Data - repeatable: true - subfields: - - code: a - name: Planar coordinate encoding method - repeatable: false - - code: b - name: Planar distance units - repeatable: false - - code: c - name: Abscissa resolution - repeatable: false - - code: d - name: Ordinate resolution - repeatable: false - - code: e - name: Distance resolution - repeatable: false - - code: f - name: Bearing resolution - repeatable: false - - code: g - name: Bearing units - repeatable: false - - code: h - name: Bearing reference direction - repeatable: false - - code: i - name: Bearing reference meridian - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '343' -- name: Sound Characteristics - repeatable: true - subfields: - - code: a - name: Type of recording - repeatable: true - - code: b - name: Recording medium - repeatable: true - - code: c - name: Playing speed - repeatable: true - - code: d - name: Groove characteristic - repeatable: true - - code: e - name: Track configuration - repeatable: true - - code: f - name: Tape configuration - repeatable: true - - code: g - name: Configuration of playback channels - repeatable: true - - code: h - name: Special playback characteristics - repeatable: true - - code: i - name: Sound content - repeatable: true - - code: j - name: Original capture and storage technique - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '344' -- name: Moving Image Characteristics - repeatable: true - subfields: - - code: a - name: Presentation format - repeatable: true - - code: b - name: Projection speed - repeatable: true - - code: c - name: Aspect ratio value - repeatable: true - - code: d - name: Aspect ratio designator - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '345' -- name: Video Characteristics - repeatable: true - subfields: - - code: a - name: Video format - repeatable: true - - code: b - name: Broadcast standard - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '346' -- name: Digital File Characteristics - repeatable: true - subfields: - - code: a - name: File type - repeatable: true - - code: b - name: Encoding format - repeatable: true - - code: c - name: File size - repeatable: true - - code: d - name: Resolution - repeatable: true - - code: e - name: Regional encoding - repeatable: true - - code: f - name: Encoded bitrate - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '347' -- name: Notated Music Characteristics - repeatable: true - subfields: - - code: a - name: Format of notated music term - repeatable: true - - code: b - name: Format of notated music code - repeatable: true - - code: c - name: Form of musical notation term - repeatable: true - - code: d - name: Form of musical notation code - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of term - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '348' -- name: Organization and Arrangement of Materials - repeatable: true - subfields: - - code: a - name: Organization - repeatable: true - - code: b - name: Arrangement - repeatable: true - - code: c - name: Hierarchical level - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '351' -- name: Digital Graphic Representation - repeatable: true - subfields: - - code: a - name: Direct reference method - repeatable: false - - code: b - name: Object type - repeatable: true - - code: c - name: Object count - repeatable: true - - code: d - name: Row count - repeatable: false - - code: e - name: Column count - repeatable: false - - code: f - name: Vertical count - repeatable: false - - code: g - name: VPF topology level - repeatable: false - - code: i - name: Indirect reference description - repeatable: false - - code: q - name: Format of the digital image - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '352' -- name: Supplementary Content Characteristics - repeatable: true - subfields: - - code: a - name: Supplementary content term - repeatable: true - - code: b - name: Supplementary content code - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '353' -- name: Security Classification Control - repeatable: true - subfields: - - code: a - name: Security classification - repeatable: false - - code: b - name: Handling instructions - repeatable: true - - code: c - name: External dissemination information - repeatable: true - - code: d - name: Downgrading or declassification event - repeatable: false - - code: e - name: Classification system - repeatable: false - - code: f - name: Country of origin code - repeatable: false - - code: g - name: Downgrading date - repeatable: false - - code: h - name: Declassification date - repeatable: false - - code: j - name: Authorization - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '355' -- name: Originator Dissemination Control - repeatable: false - subfields: - - code: a - name: Originator control term - repeatable: false - - code: b - name: Originating agency - repeatable: true - - code: c - name: Authorized recipients of material - repeatable: true - - code: g - name: Other restrictions - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '357' -- name: Structured Ownership and Custodial History - repeatable: true - subfields: - - code: a - name: Name - repeatable: false - - code: f - name: Ownership and custodial history evidence term - repeatable: true - - code: k - name: Formatted date - repeatable: false - - code: l - name: Date - repeatable: false - - code: o - name: Type of ownership and custodial history information - repeatable: true - - code: s - name: Shelf mark of copy described - repeatable: false - - code: u - name: Uniform Resource Identifier - repeatable: true - - code: x - name: Nonpublic note - repeatable: true - - code: y - name: Identifier of the copy described - repeatable: false - - code: z - name: Public note - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '3' - name: Materials specified - repeatable: false - - code: '5' - name: Institution to which field applies - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '361' -- name: Dates of Publication and/or Sequential Designation - repeatable: true - subfields: - - code: a - name: Dates of publication and/or sequential designation - repeatable: false - - code: z - name: Source of information - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '362' -- name: Normalized Date and Sequential Designation - repeatable: true - subfields: - - code: a - name: First level of enumeration - repeatable: false - - code: b - name: Second level of enumeration - repeatable: false - - code: c - name: Third level of enumeration - repeatable: false - - code: d - name: Fourth level of enumeration - repeatable: false - - code: e - name: Fifth level of enumeration - repeatable: false - - code: f - name: Sixth level of enumeration - repeatable: false - - code: i - name: First level of chronology - repeatable: false - - code: j - name: Second level of chronology - repeatable: false - - code: k - name: Third level of chronology - repeatable: false - - code: l - name: Fourth level of chronology - repeatable: false - - code: m - name: Alternative numbering scheme, chronology - repeatable: false - - code: u - name: First level textual designation - repeatable: false - - code: v - name: First level of chronology, issuance - repeatable: false - - code: x - name: Nonpublic note - repeatable: true - - code: z - name: Public note - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: false - tag: '363' -- name: Trade Price - repeatable: true - subfields: - - code: a - name: Price type code - repeatable: false - - code: b - name: Price amount - repeatable: false - - code: c - name: Currency code - repeatable: false - - code: d - name: Unit of pricing - repeatable: false - - code: e - name: Price note - repeatable: false - - code: f - name: Price effective from - repeatable: false - - code: g - name: Price effective until - repeatable: false - - code: h - name: Tax rate 1 - repeatable: false - - code: i - name: Tax rate 2 - repeatable: false - - code: j - name: ISO country code - repeatable: false - - code: k - name: MARC country code - repeatable: false - - code: m - name: Identification of pricing entity - repeatable: false - - code: '2' - name: Source of price type code - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '365' -- name: Trade Availability Information - repeatable: true - subfields: - - code: a - name: Publishers' compressed title identification - repeatable: false - - code: b - name: Detailed date of publication - repeatable: false - - code: c - name: Availability status code - repeatable: false - - code: d - name: Expected next availability date - repeatable: false - - code: e - name: Note - repeatable: false - - code: f - name: Publisher's discount category - repeatable: false - - code: g - name: Date made out of print - repeatable: false - - code: j - name: ISO country code - repeatable: false - - code: k - name: MARC country code - repeatable: false - - code: m - name: Identification of agency - repeatable: false - - code: '2' - name: Source of availability status code - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '366' -- name: Associated Place - repeatable: true - subfields: - - code: c - name: Associated country - repeatable: true - - code: f - name: Other associated place - repeatable: true - - code: g - name: Place of origin of work or expression - repeatable: true - - code: i - name: Relationship information - repeatable: true - - code: s - name: Start period - repeatable: false - - code: t - name: End period - repeatable: false - - code: u - name: Uniform Resource Identifier - repeatable: true - - code: v - name: Source of information - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of term - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '4' - name: Relationship - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '370' -- name: Associated Language - repeatable: true - subfields: - - code: a - name: Language code - repeatable: true - - code: l - name: Language term - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '377' -- name: Form of Work - repeatable: true - subfields: - - code: a - name: Form of work - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of term - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '380' -- name: Other Distinguishing Characteristics of Work or Expression - repeatable: true - subfields: - - code: a - name: Other distinguishing characteristic - repeatable: true - - code: u - name: Uniform Resource Identifier - repeatable: true - - code: v - name: Source of information - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of term - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '381' -- name: Medium of Performance - repeatable: true - subfields: - - code: a - name: Medium of performance - repeatable: true - - code: b - name: Soloist - repeatable: true - - code: d - name: Doubling instrument - repeatable: true - - code: e - name: Number of ensembles of the same type - repeatable: true - - code: n - name: Number of performers of the same medium - repeatable: true - - code: p - name: Alternative medium of performance - repeatable: true - - code: r - name: Total number of individuals performing alongside ensembles - repeatable: false - - code: s - name: Total number of performers - repeatable: false - - code: t - name: Total number of ensembles - repeatable: false - - code: v - name: Note - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of term - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '382' -- name: Numeric Designation of Musical Work - repeatable: true - subfields: - - code: a - name: Serial number - repeatable: true - - code: b - name: Opus number - repeatable: true - - code: c - name: Thematic index number - repeatable: true - - code: d - name: Thematic index code - repeatable: false - - code: e - name: Publisher associated with opus number - repeatable: false - - code: '2' - name: Source - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '383' -- name: Key - repeatable: true - subfields: - - code: a - name: Key - repeatable: false - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '384' -- name: Audience Characteristics - repeatable: true - subfields: - - code: a - name: Audience term - repeatable: true - - code: b - name: Audience code - repeatable: true - - code: m - name: Demographic group term - repeatable: false - - code: n - name: Demographic group code - repeatable: false - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '385' -- name: Creator/Contributor Characteristics - repeatable: true - subfields: - - code: a - name: Creator/contributor term - repeatable: true - - code: b - name: Creator/contributor code - repeatable: true - - code: i - name: Relationship information - repeatable: true - - code: m - name: Demographic group term - repeatable: false - - code: n - name: Demographic group code - repeatable: false - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '4' - name: Relationship - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '386' -- name: Representative Expression Characteristics - repeatable: true - subfields: - - code: a - name: Aspect ratio of representative expression - repeatable: true - - code: b - name: Color content of representative expression - repeatable: true - - code: c - name: Content type of representative expression - repeatable: true - - code: d - name: Date of capture of representative expression - repeatable: true - - code: e - name: Date of representative expression - repeatable: true - - code: f - name: Duration of representative expression - repeatable: true - - code: g - name: Intended audience of representative expression - repeatable: true - - code: h - name: Language of representative expression - repeatable: true - - code: i - name: Place of capture of representative expression - repeatable: true - - code: j - name: Projection of cartographic content of representative expression - repeatable: true - - code: k - name: Scale of representative expression - repeatable: true - - code: l - name: Script of representative expression - repeatable: true - - code: m - name: Sound content of representative expression - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of term - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '387' -- name: Time Period of Creation - repeatable: true - subfields: - - code: a - name: Time period of creation term - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of term - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '388' -- name: Series Statement - repeatable: true - subfields: - - code: a - name: Series statement - repeatable: true - - code: l - name: Library of Congress call number - repeatable: false - - code: v - name: Volume/sequential designation - repeatable: true - - code: x - name: International Standard Serial Number - repeatable: true - - code: y - name: Incorrect ISSN - repeatable: true - - code: z - name: Canceled ISSN - repeatable: true - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '490' -- name: General Note - repeatable: true - subfields: - - code: a - name: General note - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '5' - name: Institution to which field applies - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '500' -- name: With Note - repeatable: true - subfields: - - code: a - name: With note - repeatable: false - - code: '5' - name: Institution to which field applies - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '501' -- name: Dissertation Note - repeatable: true - subfields: - - code: a - name: Dissertation note - repeatable: false - - code: b - name: Degree type - repeatable: false - - code: c - name: Name of granting institution - repeatable: false - - code: d - name: Year degree granted - repeatable: false - - code: g - name: Miscellaneous information - repeatable: true - - code: o - name: Dissertation identifier - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '502' -- name: Bibliography, Etc. Note - repeatable: true - subfields: - - code: a - name: Bibliography, etc. note - repeatable: false - - code: b - name: Number of references - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '504' -- name: Formatted Contents Note - repeatable: true - subfields: - - code: a - name: Formatted contents note - repeatable: false - - code: g - name: Miscellaneous information - repeatable: true - - code: r - name: Statement of responsibility - repeatable: true - - code: t - name: Title - repeatable: true - - code: u - name: Uniform Resource Identifier - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '505' -- name: Restrictions on Access Note - repeatable: true - subfields: - - code: a - name: Terms governing access - repeatable: false - - code: b - name: Jurisdiction - repeatable: true - - code: c - name: Physical access provisions - repeatable: true - - code: d - name: Authorized users - repeatable: true - - code: e - name: Authorization - repeatable: true - - code: f - name: Standardized terminology for access restriction - repeatable: true - - code: g - name: Availability date - repeatable: true - - code: q - name: Supplying agency - repeatable: false - - code: u - name: Uniform Resource Identifier - repeatable: true - - code: '2' - name: Source of term - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '5' - name: Institution to which field applies - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '506' -- name: Scale Note for Visual Materials - repeatable: false - subfields: - - code: a - name: Representative fraction of scale note - repeatable: false - - code: b - name: Remainder of scale note - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '507' -- name: Creation/Production Credits Note - repeatable: true - subfields: - - code: a - name: Creation/production credits note - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '508' -- name: Citation/References Note - repeatable: true - subfields: - - code: a - name: Name of source - repeatable: false - - code: b - name: Coverage of source - repeatable: false - - code: c - name: Location within source - repeatable: false - - code: u - name: Uniform Resource Identifier - repeatable: true - - code: x - name: International Standard Serial Number - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '510' -- name: Participant or Performer Note - repeatable: true - subfields: - - code: a - name: Participant or performer note - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '511' -- name: Type of Report and Period Covered Note - repeatable: true - subfields: - - code: a - name: Type of report - repeatable: false - - code: b - name: Period covered - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '513' -- name: Data Quality Note - repeatable: false - subfields: - - code: a - name: Attribute accuracy report - repeatable: false - - code: b - name: Attribute accuracy value - repeatable: true - - code: c - name: Attribute accuracy explanation - repeatable: true - - code: d - name: Logical consistency report - repeatable: false - - code: e - name: Completeness report - repeatable: false - - code: f - name: Horizontal position accuracy report - repeatable: false - - code: g - name: Horizontal position accuracy value - repeatable: true - - code: h - name: Horizontal position accuracy explanation - repeatable: true - - code: i - name: Vertical positional accuracy report - repeatable: false - - code: j - name: Vertical positional accuracy value - repeatable: true - - code: k - name: Vertical positional accuracy explanation - repeatable: true - - code: m - name: Cloud cover - repeatable: false - - code: u - name: Uniform Resource Identifier - repeatable: true - - code: z - name: Display note - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '514' -- name: Numbering Peculiarities Note - repeatable: true - subfields: - - code: a - name: Numbering peculiarities note - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '515' -- name: Type of Computer File or Data Note - repeatable: true - subfields: - - code: a - name: Type of computer file or data note - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '516' -- name: Date/Time and Place of an Event Note - repeatable: true - subfields: - - code: a - name: Date/time and place of an event note - repeatable: false - - code: d - name: Date of event - repeatable: true - - code: o - name: Other event information - repeatable: true - - code: p - name: Place of event - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of term - repeatable: true - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '518' -- name: Summary, Etc. - repeatable: true - subfields: - - code: a - name: Summary, etc. - repeatable: false - - code: b - name: Expansion of summary note - repeatable: false - - code: c - name: Assigning source - repeatable: false - - code: u - name: Uniform Resource Identifier - repeatable: true - - code: '2' - name: Source - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '520' -- name: Target Audience Note - repeatable: true - subfields: - - code: a - name: Target audience note - repeatable: true - - code: b - name: Source - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '521' -- name: Geographic Coverage Note - repeatable: true - subfields: - - code: a - name: Geographic coverage note - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '522' -- name: Preferred Citation of Described Materials Note - repeatable: true - subfields: - - code: a - name: Preferred citation of described materials note - repeatable: false - - code: '2' - name: Source of schema used - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '524' -- name: Supplement Note - repeatable: true - subfields: - - code: a - name: Supplement note - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '525' -- name: Study Program Information Note - repeatable: true - subfields: - - code: a - name: Program name - repeatable: false - - code: b - name: Interest level - repeatable: false - - code: c - name: Reading level - repeatable: false - - code: d - name: Title point value - repeatable: false - - code: i - name: Display text - repeatable: false - - code: x - name: Nonpublic note - repeatable: true - - code: z - name: Public note - repeatable: true - - code: '5' - name: Institution to which field applies - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '526' -- name: Additional Physical Form Available Note - repeatable: true - subfields: - - code: a - name: Additional physical form available note - repeatable: false - - code: b - name: Availability source - repeatable: false - - code: c - name: Availability conditions - repeatable: false - - code: d - name: Order number - repeatable: false - - code: u - name: Uniform Resource Identifier - repeatable: true - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '530' -- name: Accessibility Note - repeatable: true - subfields: - - code: a - name: Summary of accessibility - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '532' -- name: Reproduction Note - repeatable: true - subfields: - - code: a - name: Type of reproduction - repeatable: false - - code: b - name: Place of reproduction - repeatable: true - - code: c - name: Agency responsible for reproduction - repeatable: true - - code: d - name: Date of reproduction - repeatable: false - - code: e - name: Physical description of reproduction - repeatable: false - - code: f - name: Series statement of reproduction - repeatable: true - - code: m - name: Dates and/or sequential designation of issues reproduced - repeatable: true - - code: n - name: Note about reproduction - repeatable: true - - code: y - name: Data provenance - repeatable: true - - code: '3' - name: Materials specified - repeatable: false - - code: '5' - name: Institution to which field applies - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '533' -- name: Original Version Note - repeatable: true - subfields: - - code: a - name: Main entry of original - repeatable: false - - code: b - name: Edition statement of original - repeatable: false - - code: c - name: Publication, distribution, etc. of original - repeatable: false - - code: e - name: Physical description, etc. of original - repeatable: false - - code: f - name: Series statement of original - repeatable: true - - code: k - name: Key title of original - repeatable: true - - code: l - name: Location of original - repeatable: false - - code: m - name: Material specific details - repeatable: false - - code: n - name: Note about original - repeatable: true - - code: o - name: Other resource identifier - repeatable: true - - code: p - name: Introductory phrase - repeatable: false - - code: t - name: Title statement of original - repeatable: false - - code: x - name: International Standard Serial Number - repeatable: true - - code: z - name: International Standard Book Number - repeatable: true - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '534' -- name: Location of Originals/Duplicates Note - repeatable: true - subfields: - - code: a - name: Custodian - repeatable: false - - code: b - name: Postal address - repeatable: true - - code: c - name: Country - repeatable: true - - code: d - name: Telecommunications address - repeatable: true - - code: g - name: Repository location code - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '535' -- name: Funding Information Note - repeatable: true - subfields: - - code: a - name: Text of note - repeatable: false - - code: b - name: Contract number - repeatable: true - - code: c - name: Grant number - repeatable: true - - code: d - name: Undifferentiated number - repeatable: true - - code: e - name: Program element number - repeatable: true - - code: f - name: Project number - repeatable: true - - code: g - name: Task number - repeatable: true - - code: h - name: Work unit number - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '536' -- name: System Details Note - repeatable: true - subfields: - - code: a - name: System details note - repeatable: false - - code: i - name: Display text - repeatable: false - - code: u - name: Uniform Resource Identifier - repeatable: true - - code: '3' - name: Materials specified - repeatable: false - - code: '5' - name: Institution to which field applies - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '538' -- name: Terms Governing Use and Reproduction Note - repeatable: true - subfields: - - code: a - name: Terms governing use and reproduction - repeatable: false - - code: b - name: Jurisdiction - repeatable: false - - code: c - name: Authorization - repeatable: false - - code: d - name: Authorized users - repeatable: false - - code: f - name: Use and reproduction rights - repeatable: true - - code: g - name: Availability date - repeatable: true - - code: q - name: Supplying agency - repeatable: false - - code: u - name: Uniform Resource Identifier - repeatable: true - - code: '2' - name: Source of term - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '5' - name: Institution to which field applies - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '540' -- name: Immediate Source of Acquisition Note - repeatable: true - subfields: - - code: a - name: Source of acquisition - repeatable: false - - code: b - name: Address - repeatable: false - - code: c - name: Method of acquisition - repeatable: false - - code: d - name: Date of acquisition - repeatable: false - - code: e - name: Accession number - repeatable: false - - code: f - name: Owner - repeatable: false - - code: h - name: Purchase price - repeatable: false - - code: n - name: Extent - repeatable: true - - code: o - name: Type of unit - repeatable: true - - code: '3' - name: Materials specified - repeatable: false - - code: '5' - name: Institution to which field applies - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '541' -- name: Information Relating to Copyright Status - repeatable: true - subfields: - - code: a - name: Personal creator - repeatable: false - - code: b - name: Personal creator death date - repeatable: false - - code: c - name: Corporate creator - repeatable: false - - code: d - name: Copyright holder - repeatable: true - - code: e - name: Copyright holder contact information - repeatable: true - - code: f - name: Copyright statement - repeatable: true - - code: g - name: Copyright date - repeatable: false - - code: h - name: Copyright renewal date - repeatable: true - - code: i - name: Publication date - repeatable: false - - code: j - name: Creation date - repeatable: false - - code: k - name: Publisher - repeatable: true - - code: l - name: Copyright status - repeatable: false - - code: m - name: Publication status - repeatable: false - - code: n - name: Note - repeatable: true - - code: o - name: Research date - repeatable: false - - code: p - name: Country of publication or creation - repeatable: true - - code: q - name: Supplying agency - repeatable: false - - code: r - name: Jurisdiction of copyright assessment - repeatable: false - - code: s - name: Source of information - repeatable: false - - code: u - name: Uniform Resource Identifier - repeatable: true - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '542' -- name: Location of Other Archival Materials Note - repeatable: true - subfields: - - code: a - name: Custodian - repeatable: true - - code: b - name: Address - repeatable: true - - code: c - name: Country - repeatable: true - - code: d - name: Title - repeatable: true - - code: e - name: Provenance - repeatable: true - - code: n - name: Note - repeatable: true - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '544' -- name: Biographical or Historical Data - repeatable: true - subfields: - - code: a - name: Biographical or historical data - repeatable: false - - code: b - name: Expansion - repeatable: false - - code: u - name: Uniform Resource Identifier - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '545' -- name: Language Note - repeatable: true - subfields: - - code: a - name: Language note - repeatable: false - - code: b - name: Information code or alphabet - repeatable: true - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '546' -- name: Former Title Complexity Note - repeatable: true - subfields: - - code: a - name: Former title complexity note - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '547' -- name: Issuing Body Note - repeatable: true - subfields: - - code: a - name: Issuing body note - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '550' -- name: Entity and Attribute Information Note - repeatable: true - subfields: - - code: a - name: Entity type label - repeatable: false - - code: b - name: Entity type definition and source - repeatable: false - - code: c - name: Attribute label - repeatable: false - - code: d - name: Attribute definition and source - repeatable: false - - code: e - name: Enumerated domain value - repeatable: true - - code: f - name: Enumerated domain value definition and source - repeatable: true - - code: g - name: Range domain minimum and maximum - repeatable: false - - code: h - name: Codeset name and source - repeatable: false - - code: i - name: Unrepresentable domain - repeatable: false - - code: j - name: Attribute units of measurement and resolution - repeatable: false - - code: k - name: Beginning and ending date of attribute values - repeatable: false - - code: l - name: Attribute value accuracy - repeatable: false - - code: m - name: Attribute value accuracy explanation - repeatable: false - - code: n - name: Attribute measurement frequency - repeatable: false - - code: o - name: Entity and attribute overview - repeatable: true - - code: p - name: Entity and attribute detail citation - repeatable: true - - code: u - name: Uniform Resource Identifier - repeatable: true - - code: z - name: Display note - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '552' -- name: Cumulative Index/Finding Aids Note - repeatable: true - subfields: - - code: a - name: Cumulative index/finding aids note - repeatable: false - - code: b - name: Availability source - repeatable: true - - code: c - name: Degree of control - repeatable: false - - code: d - name: Bibliographic reference - repeatable: false - - code: u - name: Uniform Resource Identifier - repeatable: true - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '555' -- name: Information About Documentation Note - repeatable: true - subfields: - - code: a - name: Information about documentation note - repeatable: false - - code: z - name: International Standard Book Number - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '556' -- name: Ownership and Custodial History - repeatable: true - subfields: - - code: a - name: History - repeatable: false - - code: u - name: Uniform Resource Identifier - repeatable: true - - code: '3' - name: Materials specified - repeatable: false - - code: '5' - name: Institution to which field applies - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '561' -- name: Copy and Version Identification Note - repeatable: true - subfields: - - code: a - name: Identifying markings - repeatable: true - - code: b - name: Copy identification - repeatable: true - - code: c - name: Version identification - repeatable: true - - code: d - name: Presentation format - repeatable: true - - code: e - name: Number of copies - repeatable: true - - code: '3' - name: Materials specified - repeatable: false - - code: '5' - name: Institution to which field applies - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '562' -- name: Binding Information - repeatable: true - subfields: - - code: a - name: Binding note - repeatable: false - - code: u - name: Uniform Resource Identifier - repeatable: true - - code: '3' - name: Materials specified - repeatable: false - - code: '5' - name: Institution to which field applies - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '563' -- name: Case File Characteristics Note - repeatable: true - subfields: - - code: a - name: Number of cases/variables - repeatable: false - - code: b - name: Name of variable - repeatable: true - - code: c - name: Unit of analysis - repeatable: true - - code: d - name: Universe of data - repeatable: true - - code: e - name: Filing scheme or code - repeatable: true - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '565' -- name: Methodology Note - repeatable: true - subfields: - - code: a - name: Methodology note - repeatable: false - - code: b - name: Controlled term - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of term - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '567' -- name: Linking Entry Complexity Note - repeatable: true - subfields: - - code: a - name: Linking entry complexity note - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '580' -- name: Publications About Described Materials Note - repeatable: true - subfields: - - code: a - name: Publications about described materials note - repeatable: false - - code: z - name: International Standard Book Number - repeatable: true - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '581' -- name: Action Note - repeatable: true - subfields: - - code: a - name: Action - repeatable: false - - code: b - name: Action identification - repeatable: true - - code: c - name: Time/date of action - repeatable: true - - code: d - name: Action interval - repeatable: true - - code: e - name: Contingency for action - repeatable: true - - code: f - name: Authorization - repeatable: true - - code: h - name: Jurisdiction - repeatable: true - - code: i - name: Method of action - repeatable: true - - code: j - name: Site of action - repeatable: true - - code: k - name: Action agent - repeatable: true - - code: l - name: Status - repeatable: true - - code: n - name: Extent - repeatable: true - - code: o - name: Type of unit - repeatable: true - - code: u - name: Uniform Resource Identifier - repeatable: true - - code: x - name: Nonpublic note - repeatable: true - - code: z - name: Public note - repeatable: true - - code: '2' - name: Source of term - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '5' - name: Institution to which field applies - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '583' -- name: Accumulation and Frequency of Use Note - repeatable: true - subfields: - - code: a - name: Accumulation - repeatable: true - - code: b - name: Frequency of use - repeatable: true - - code: '3' - name: Materials specified - repeatable: false - - code: '5' - name: Institution to which field applies - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '584' -- name: Exhibitions Note - repeatable: true - subfields: - - code: a - name: Exhibitions note - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '5' - name: Institution to which field applies - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '585' -- name: Awards Note - repeatable: true - subfields: - - code: a - name: Awards note - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '586' -- name: Source of Description Note - repeatable: true - subfields: - - code: a - name: Source of description note - repeatable: false - - code: '5' - name: Institution to which field applies - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '588' -- name: Subject Added Entry-Personal Name - repeatable: true - subfields: - - code: a - name: Personal name - repeatable: false - - code: b - name: Numeration - repeatable: false - - code: c - name: Titles and other words associated with a name - repeatable: true - - code: d - name: Dates associated with a name - repeatable: false - - code: e - name: Relator term - repeatable: true - - code: f - name: Date of a work - repeatable: false - - code: g - name: Miscellaneous information - repeatable: true - - code: h - name: Medium - repeatable: false - - code: j - name: Attribution qualifier - repeatable: true - - code: k - name: Form subheading - repeatable: true - - code: l - name: Language of a work - repeatable: false - - code: m - name: Medium of performance for music - repeatable: true - - code: n - name: Number of part/section of a work - repeatable: true - - code: o - name: Arranged statement for music - repeatable: false - - code: p - name: Name of part/section of a work - repeatable: true - - code: q - name: Fuller form of name - repeatable: false - - code: r - name: Key for music - repeatable: false - - code: s - name: Version - repeatable: true - - code: t - name: Title of a work - repeatable: false - - code: u - name: Affiliation - repeatable: false - - code: v - name: Form subdivision - repeatable: true - - code: x - name: General subdivision - repeatable: true - - code: y - name: Chronological subdivision - repeatable: true - - code: z - name: Geographic subdivision - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of heading or term - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '4' - name: Relationship - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '600' -- name: Subject Added Entry-Corporate Name - repeatable: true - subfields: - - code: a - name: Corporate name or jurisdiction name as entry element - repeatable: false - - code: b - name: Subordinate unit - repeatable: true - - code: c - name: Location of meeting - repeatable: true - - code: d - name: Date of meeting or treaty signing - repeatable: true - - code: e - name: Relator term - repeatable: true - - code: f - name: Date of a work - repeatable: false - - code: g - name: Miscellaneous information - repeatable: true - - code: h - name: Medium - repeatable: false - - code: k - name: Form subheading - repeatable: true - - code: l - name: Language of a work - repeatable: false - - code: m - name: Medium of performance for music - repeatable: true - - code: n - name: Number of part/section/meeting - repeatable: true - - code: o - name: Arranged statement for music - repeatable: false - - code: p - name: Name of part/section of a work - repeatable: true - - code: r - name: Key for music - repeatable: false - - code: s - name: Version - repeatable: true - - code: t - name: Title of a work - repeatable: false - - code: u - name: Affiliation - repeatable: false - - code: v - name: Form subdivision - repeatable: true - - code: x - name: General subdivision - repeatable: true - - code: y - name: Chronological subdivision - repeatable: true - - code: z - name: Geographic subdivision - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of heading or term - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '4' - name: Relationship - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '610' -- name: Subject Added Entry-Meeting Name - repeatable: true - subfields: - - code: a - name: Meeting name or jurisdiction name as entry element - repeatable: false - - code: c - name: Location of meeting - repeatable: true - - code: d - name: Date of meeting or treaty signing - repeatable: true - - code: e - name: Subordinate unit - repeatable: true - - code: f - name: Date of a work - repeatable: false - - code: g - name: Miscellaneous information - repeatable: true - - code: h - name: Medium - repeatable: false - - code: j - name: Relator term - repeatable: true - - code: k - name: Form subheading - repeatable: true - - code: l - name: Language of a work - repeatable: false - - code: n - name: Number of part/section/meeting - repeatable: true - - code: p - name: Name of part/section of a work - repeatable: true - - code: q - name: Name of meeting following jurisdiction name entry element - repeatable: false - - code: s - name: Version - repeatable: true - - code: t - name: Title of a work - repeatable: false - - code: u - name: Affiliation - repeatable: false - - code: v - name: Form subdivision - repeatable: true - - code: x - name: General subdivision - repeatable: true - - code: y - name: Chronological subdivision - repeatable: true - - code: z - name: Geographic subdivision - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of heading or term - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '4' - name: Relationship - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '611' -- name: Subject Added Entry-Uniform Title - repeatable: true - subfields: - - code: a - name: Uniform title - repeatable: false - - code: d - name: Date of treaty signing - repeatable: true - - code: e - name: Relator term - repeatable: true - - code: f - name: Date of a work - repeatable: false - - code: g - name: Miscellaneous information - repeatable: true - - code: h - name: Medium - repeatable: false - - code: k - name: Form subheading - repeatable: true - - code: l - name: Language of a work - repeatable: false - - code: m - name: Medium of performance for music - repeatable: true - - code: n - name: Number of part/section of a work - repeatable: true - - code: o - name: Arranged statement for music - repeatable: false - - code: p - name: Name of part/section of a work - repeatable: true - - code: r - name: Key for music - repeatable: false - - code: s - name: Version - repeatable: true - - code: t - name: Title of a work - repeatable: false - - code: v - name: Form subdivision - repeatable: true - - code: x - name: General subdivision - repeatable: true - - code: y - name: Chronological subdivision - repeatable: true - - code: z - name: Geographic subdivision - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of heading or term - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '4' - name: Relationship - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '630' -- name: Subject Added Entry-Named Event - repeatable: true - subfields: - - code: a - name: Named event - repeatable: false - - code: c - name: Location of named event - repeatable: true - - code: d - name: Date of named event - repeatable: false - - code: g - name: Miscellaneous information - repeatable: true - - code: v - name: Form subdivision - repeatable: true - - code: x - name: General subdivision - repeatable: true - - code: y - name: Chronological subdivision - repeatable: true - - code: z - name: Geographic subdivision - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of heading or term - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '647' -- name: Subject Added Entry-Chronological Term - repeatable: true - subfields: - - code: a - name: Chronological term - repeatable: false - - code: v - name: Form subdivision - repeatable: true - - code: x - name: General subdivision - repeatable: true - - code: y - name: Chronological subdivision - repeatable: true - - code: z - name: Geographic subdivision - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of heading or term - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '648' -- name: Subject Added Entry-Topical Term - repeatable: true - subfields: - - code: a - name: Topical term or geographic name entry element - repeatable: false - - code: b - name: Topical term following geographic name entry element - repeatable: false - - code: c - name: Location of event - repeatable: false - - code: d - name: Active dates - repeatable: false - - code: e - name: Relator term - repeatable: true - - code: g - name: Miscellaneous information - repeatable: true - - code: '4' - name: Relationship - repeatable: true - - code: v - name: Form subdivision - repeatable: true - - code: x - name: General subdivision - repeatable: true - - code: y - name: Chronological subdivision - repeatable: true - - code: z - name: Geographic subdivision - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of heading or term - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '650' -- name: Subject Added Entry-Geographic Name - repeatable: true - subfields: - - code: a - name: Geographic name - repeatable: false - - code: e - name: Relator term - repeatable: true - - code: g - name: Miscellaneous information - repeatable: true - - code: '4' - name: Relationship - repeatable: true - - code: v - name: Form subdivision - repeatable: true - - code: x - name: General subdivision - repeatable: true - - code: y - name: Chronological subdivision - repeatable: true - - code: z - name: Geographic subdivision - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of heading or term - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '651' -- name: Index Term-Uncontrolled - repeatable: true - subfields: - - code: a - name: Uncontrolled term - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '5' - name: Institution to which field applies - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '653' -- name: Subject Added Entry-Faceted Topical Terms - repeatable: true - subfields: - - code: a - name: Focus term - repeatable: true - - code: b - name: Non-focus term - repeatable: true - - code: c - name: Facet/hierarchy designation - repeatable: true - - code: e - name: Relator term - repeatable: true - - code: v - name: Form subdivision - repeatable: true - - code: y - name: Chronological subdivision - repeatable: true - - code: z - name: Geographic subdivision - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of heading or term - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '4' - name: Relationship - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '654' -- name: Index Term-Genre/Form - repeatable: true - subfields: - - code: a - name: Genre/form data or focus term - repeatable: false - - code: b - name: Non-focus term - repeatable: true - - code: c - name: Facet/hierarchy designation - repeatable: true - - code: v - name: Form subdivision - repeatable: true - - code: x - name: General subdivision - repeatable: true - - code: y - name: Chronological subdivision - repeatable: true - - code: z - name: Geographic subdivision - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of term - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '5' - name: Institution to which field applies - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '655' -- name: Index Term-Occupation - repeatable: true - subfields: - - code: a - name: Occupation - repeatable: false - - code: k - name: Form - repeatable: false - - code: v - name: Form subdivision - repeatable: true - - code: x - name: General subdivision - repeatable: true - - code: y - name: Chronological subdivision - repeatable: true - - code: z - name: Geographic subdivision - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of term - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '656' -- name: Index Term-Function - repeatable: true - subfields: - - code: a - name: Function - repeatable: false - - code: v - name: Form subdivision - repeatable: true - - code: x - name: General subdivision - repeatable: true - - code: y - name: Chronological subdivision - repeatable: true - - code: z - name: Geographic subdivision - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of term - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '657' -- name: Index Term-Curriculum Objective - repeatable: true - subfields: - - code: a - name: Main curriculum objective - repeatable: false - - code: b - name: Subordinate curriculum objective - repeatable: true - - code: c - name: Curriculum code - repeatable: false - - code: d - name: Correlation factor - repeatable: false - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of term or code - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '658' -- name: Subject Added Entry-Hierarchical Place Name - repeatable: true - subfields: - - code: a - name: Country or larger entity - repeatable: true - - code: b - name: First-order political jurisdiction - repeatable: false - - code: c - name: Intermediate political jurisdiction - repeatable: true - - code: d - name: City - repeatable: false - - code: e - name: Relator term - repeatable: true - - code: f - name: City subsection - repeatable: true - - code: g - name: Other nonjurisdictional geographic region and feature - repeatable: true - - code: h - name: Extraterrestrial area - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of heading or term - repeatable: false - - code: '4' - name: Relationship - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '662' -- name: Subject Added Entry-Type of Entity Unspecified - repeatable: true - subfields: - - code: a - name: Name, title, or term - repeatable: false - - code: e - name: Relator term - repeatable: true - - code: g - name: Miscellaneous information - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of name, title, or term - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '4' - name: Relationship - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '688' -- name: Added Entry-Personal Name - repeatable: true - subfields: - - code: a - name: Personal name - repeatable: false - - code: b - name: Numeration - repeatable: false - - code: c - name: Titles and other words associated with a name - repeatable: true - - code: d - name: Dates associated with a name - repeatable: false - - code: e - name: Relator term - repeatable: true - - code: f - name: Date of a work - repeatable: false - - code: g - name: Miscellaneous information - repeatable: true - - code: h - name: Medium - repeatable: false - - code: i - name: Relationship information - repeatable: true - - code: j - name: Attribution qualifier - repeatable: true - - code: k - name: Form subheading - repeatable: true - - code: l - name: Language of a work - repeatable: false - - code: m - name: Medium of performance for music - repeatable: true - - code: n - name: Number of part/section of a work - repeatable: true - - code: o - name: Arranged statement for music - repeatable: false - - code: p - name: Name of part/section of a work - repeatable: true - - code: q - name: Fuller form of name - repeatable: false - - code: r - name: Key for music - repeatable: false - - code: s - name: Version - repeatable: true - - code: t - name: Title of a work - repeatable: false - - code: u - name: Affiliation - repeatable: false - - code: x - name: International Standard Serial Number - repeatable: false - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of heading or term - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '4' - name: Relationship - repeatable: true - - code: '5' - name: Institution to which field applies - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '700' -- name: Added Entry-Corporate Name - repeatable: true - subfields: - - code: a - name: Corporate name or jurisdiction name as entry element - repeatable: false - - code: b - name: Subordinate unit - repeatable: true - - code: c - name: Location of meeting - repeatable: true - - code: d - name: Date of meeting or treaty signing - repeatable: true - - code: e - name: Relator term - repeatable: true - - code: f - name: Date of a work - repeatable: false - - code: g - name: Miscellaneous information - repeatable: true - - code: h - name: Medium - repeatable: false - - code: i - name: Relationship information - repeatable: true - - code: k - name: Form subheading - repeatable: true - - code: l - name: Language of a work - repeatable: false - - code: m - name: Medium of performance for music - repeatable: true - - code: n - name: Number of part/section/meeting - repeatable: true - - code: o - name: Arranged statement for music - repeatable: false - - code: p - name: Name of part/section of a work - repeatable: true - - code: r - name: Key for music - repeatable: false - - code: s - name: Version - repeatable: true - - code: t - name: Title of a work - repeatable: false - - code: u - name: Affiliation - repeatable: false - - code: x - name: International Standard Serial Number - repeatable: false - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of heading or term - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '4' - name: Relationship - repeatable: true - - code: '5' - name: Institution to which field applies - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '710' -- name: Added Entry-Meeting Name - repeatable: true - subfields: - - code: a - name: Meeting name or jurisdiction name as entry element - repeatable: false - - code: c - name: Location of meeting - repeatable: true - - code: d - name: Date of meeting or treaty signing - repeatable: true - - code: e - name: Subordinate unit - repeatable: true - - code: f - name: Date of a work - repeatable: false - - code: g - name: Miscellaneous information - repeatable: true - - code: h - name: Medium - repeatable: false - - code: i - name: Relationship information - repeatable: true - - code: j - name: Relator term - repeatable: true - - code: k - name: Form subheading - repeatable: true - - code: l - name: Language of a work - repeatable: false - - code: n - name: Number of part/section/meeting - repeatable: true - - code: p - name: Name of part/section of a work - repeatable: true - - code: q - name: Name of meeting following jurisdiction name entry element - repeatable: false - - code: s - name: Version - repeatable: true - - code: t - name: Title of a work - repeatable: false - - code: u - name: Affiliation - repeatable: false - - code: x - name: International Standard Serial Number - repeatable: false - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '3' - name: Materials specified - repeatable: false - - code: '4' - name: Relationship - repeatable: true - - code: '5' - name: Institution to which field applies - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '711' -- name: Added Entry-Uncontrolled Name - repeatable: true - subfields: - - code: a - name: Name - repeatable: false - - code: e - name: Relator term - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '4' - name: Relationship - repeatable: true - - code: '5' - name: Institution to which field applies - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '720' -- name: Added Entry-Uniform Title - repeatable: true - subfields: - - code: a - name: Uniform title - repeatable: false - - code: d - name: Date of treaty signing - repeatable: true - - code: f - name: Date of a work - repeatable: false - - code: g - name: Miscellaneous information - repeatable: true - - code: h - name: Medium - repeatable: false - - code: i - name: Relationship information - repeatable: true - - code: k - name: Form subheading - repeatable: true - - code: l - name: Language of a work - repeatable: false - - code: m - name: Medium of performance for music - repeatable: true - - code: n - name: Number of part/section of a work - repeatable: true - - code: o - name: Arranged statement for music - repeatable: false - - code: p - name: Name of part/section of a work - repeatable: true - - code: r - name: Key for music - repeatable: false - - code: s - name: Version - repeatable: true - - code: t - name: Title of a work - repeatable: false - - code: x - name: International Standard Serial Number - repeatable: false - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of heading or term - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '4' - name: Relationship - repeatable: true - - code: '5' - name: Institution to which field applies - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '730' -- name: Added Entry-Uncontrolled Related/Analytical Title - repeatable: true - subfields: - - code: a - name: Uncontrolled related/analytical title - repeatable: false - - code: h - name: Medium - repeatable: false - - code: n - name: Number of part/section of a work - repeatable: true - - code: p - name: Name of part/section of a work - repeatable: true - - code: '5' - name: Institution to which field applies - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '740' -- name: Added Entry-Geographic Name - repeatable: true - subfields: - - code: a - name: Geographic name - repeatable: false - - code: e - name: Relator term - repeatable: true - - code: g - name: Miscellaneous information - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of heading or term - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '4' - name: Relationship - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Data provenance - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '751' -- name: Added Entry-Hierarchical Place Name - repeatable: true - subfields: - - code: a - name: Country or larger entity - repeatable: true - - code: b - name: First-order political jurisdiction - repeatable: false - - code: c - name: Intermediate political jurisdiction - repeatable: true - - code: d - name: City - repeatable: false - - code: e - name: Relator term - repeatable: true - - code: f - name: City subsection - repeatable: true - - code: g - name: Other nonjurisdictional geographic region and feature - repeatable: true - - code: h - name: Extraterrestrial area - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of heading or term - repeatable: false - - code: '4' - name: Relationship - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '752' -- name: System Details Access to Computer Files - repeatable: true - subfields: - - code: a - name: Make and model of machine - repeatable: false - - code: b - name: Programming language - repeatable: false - - code: c - name: Operating system - repeatable: false - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of term - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '753' -- name: Added Entry-Taxonomic Identification - repeatable: true - subfields: - - code: a - name: Taxonomic name - repeatable: true - - code: c - name: Taxonomic category - repeatable: true - - code: d - name: Common or alternative name - repeatable: true - - code: x - name: Non-public note - repeatable: true - - code: z - name: Public note - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of taxonomic identification - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '754' -- name: Resource Identifier - repeatable: true - subfields: - - code: a - name: Label - repeatable: false - - code: i - name: Relationship information - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of heading or term - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '4' - name: Relationship - repeatable: true - - code: '5' - name: Institution to which field applies - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '758' -- name: Parallel Description in Another Language of Cataloging - repeatable: true - subfields: - - code: a - name: Main entry heading - repeatable: false - - code: b - name: Edition - repeatable: false - - code: d - name: Place, publisher, and date of publication - repeatable: false - - code: e - name: Language of cataloging - repeatable: false - - code: i - name: Relationship information - repeatable: true - - code: l - name: Data provenance - repeatable: true - - code: n - name: Note - repeatable: true - - code: s - name: Uniform title - repeatable: false - - code: t - name: Title - repeatable: false - - code: w - name: Record control number - repeatable: true - - code: x - name: International Standard Serial Number - repeatable: false - - code: '4' - name: Relationship - repeatable: true - - code: '5' - name: Institution to which field applies - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '788' -- name: Series Added Entry-Personal Name - repeatable: true - subfields: - - code: a - name: Personal name - repeatable: false - - code: b - name: Numeration - repeatable: false - - code: c - name: Titles and other words associated with a name - repeatable: true - - code: d - name: Dates associated with a name - repeatable: false - - code: e - name: Relator term - repeatable: true - - code: f - name: Date of a work - repeatable: false - - code: g - name: Miscellaneous information - repeatable: true - - code: h - name: Medium - repeatable: false - - code: j - name: Attribution qualifier - repeatable: true - - code: k - name: Form subheading - repeatable: true - - code: l - name: Language of a work - repeatable: false - - code: m - name: Medium of performance for music - repeatable: true - - code: n - name: Number of part/section of a work - repeatable: true - - code: o - name: Arranged statement for music - repeatable: false - - code: p - name: Name of part/section of a work - repeatable: true - - code: q - name: Fuller form of name - repeatable: false - - code: r - name: Key for music - repeatable: false - - code: s - name: Version - repeatable: true - - code: t - name: Title of a work - repeatable: false - - code: u - name: Affiliation - repeatable: false - - code: v - name: Volume/sequential designation - repeatable: false - - code: w - name: Bibliographic record control number - repeatable: true - - code: x - name: International Standard Serial Number - repeatable: false - - code: y - name: Data provenance - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of heading or term - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '4' - name: Relationship - repeatable: true - - code: '5' - name: Institution to which field applies - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '800' -- name: Series Added Entry-Corporate Name - repeatable: true - subfields: - - code: b - name: Subordinate unit - repeatable: true - - code: c - name: Location of meeting - repeatable: true - - code: d - name: Date of meeting or treaty signing - repeatable: true - - code: e - name: Relator term - repeatable: true - - code: f - name: Date of a work - repeatable: false - - code: g - name: Miscellaneous information - repeatable: true - - code: h - name: Medium - repeatable: false - - code: k - name: Form subheading - repeatable: true - - code: l - name: Language of a work - repeatable: false - - code: m - name: Medium of performance for music - repeatable: true - - code: n - name: Number of part/section/meeting - repeatable: true - - code: o - name: Arranged statement for music - repeatable: false - - code: p - name: Name of part/section of a work - repeatable: true - - code: r - name: Key for music - repeatable: false - - code: s - name: Version - repeatable: true - - code: t - name: Title of a work - repeatable: false - - code: u - name: Affiliation - repeatable: false - - code: v - name: Volume/sequential designation - repeatable: false - - code: w - name: Bibliographic record control number - repeatable: true - - code: x - name: International Standard Serial Number - repeatable: false - - code: y - name: Data provenance - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of heading or term - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '4' - name: Relationship - repeatable: true - - code: '5' - name: Institution to which field applies - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '810' -- name: Series Added Entry-Meeting Name - repeatable: true - subfields: - - code: c - name: Location of meeting - repeatable: true - - code: d - name: Date of meeting or treaty signing - repeatable: true - - code: e - name: Subordinate unit - repeatable: true - - code: f - name: Date of a work - repeatable: false - - code: g - name: Miscellaneous information - repeatable: true - - code: h - name: Medium - repeatable: false - - code: j - name: Relator term - repeatable: true - - code: k - name: Form subheading - repeatable: true - - code: l - name: Language of a work - repeatable: false - - code: n - name: Number of part/section/meeting - repeatable: true - - code: p - name: Name of part/section of a work - repeatable: true - - code: s - name: Version - repeatable: true - - code: t - name: Title of a work - repeatable: false - - code: u - name: Affiliation - repeatable: false - - code: v - name: Volume/sequential designation - repeatable: false - - code: w - name: Bibliographic record control number - repeatable: true - - code: x - name: International Standard Serial Number - repeatable: false - - code: y - name: Data provenance - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of heading or term - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '4' - name: Relationship - repeatable: true - - code: '5' - name: Institution to which field applies - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '811' -- name: Series Added Entry-Uniform Title - repeatable: true - subfields: - - code: a - name: Uniform title - repeatable: false - - code: d - name: Date of treaty signing - repeatable: true - - code: f - name: Date of a work - repeatable: false - - code: g - name: Miscellaneous information - repeatable: true - - code: h - name: Medium - repeatable: false - - code: k - name: Form subheading - repeatable: true - - code: l - name: Language of a work - repeatable: false - - code: m - name: Medium of performance for music - repeatable: true - - code: n - name: Number of part/section of a work - repeatable: true - - code: o - name: Arranged statement for music - repeatable: false - - code: p - name: Name of part/section of a work - repeatable: true - - code: r - name: Key for music - repeatable: false - - code: s - name: Version - repeatable: true - - code: t - name: Title of a work - repeatable: false - - code: v - name: Volume/sequential designation - repeatable: false - - code: w - name: Bibliographic record control number - repeatable: true - - code: x - name: International Standard Serial Number - repeatable: false - - code: y - name: Data provenance - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source of heading or term - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '5' - name: Institution to which field applies - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '830' -- name: Holding Institution - repeatable: true - subfields: - - code: a - name: Holding institution - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '850' -- name: Location - repeatable: true - subfields: - - code: a - name: Location - repeatable: false - - code: b - name: Sublocation or collection - repeatable: true - - code: c - name: Shelving location - repeatable: true - - code: d - name: Former shelving location - repeatable: true - - code: e - name: Address - repeatable: true - - code: f - name: Coded location qualifier - repeatable: true - - code: g - name: Non-coded location qualifier - repeatable: true - - code: h - name: Classification part - repeatable: false - - code: i - name: Item part - repeatable: true - - code: j - name: Shelving control number - repeatable: false - - code: k - name: Call number prefix - repeatable: true - - code: l - name: Shelving form of title - repeatable: false - - code: m - name: Call number suffix - repeatable: true - - code: n - name: Country code - repeatable: false - - code: p - name: Piece designation - repeatable: false - - code: q - name: Piece physical condition - repeatable: false - - code: s - name: Copyright article-fee code - repeatable: true - - code: t - name: Copy number - repeatable: false - - code: u - name: Uniform Resource Identifier - repeatable: true - - code: x - name: Nonpublic note - repeatable: true - - code: z - name: Public note - repeatable: true - - code: '2' - name: Source of classification or shelving scheme - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Sequence number - repeatable: false - tag: '852' -- name: Electronic Location and Access - repeatable: true - subfields: - - code: a - name: Host name - repeatable: true - - code: c - name: Compression information - repeatable: true - - code: d - name: Path - repeatable: true - - code: e - name: Data provenance - repeatable: true - - code: f - name: Electronic name - repeatable: true - - code: g - name: Persistent identifier - repeatable: true - - code: h - name: Non-functioning Uniform Resource Identifier - repeatable: true - - code: l - name: Standardized information governing access - repeatable: true - - code: m - name: Contact for access assistance - repeatable: true - - code: n - name: Terms governing access - repeatable: true - - code: o - name: Operating system - repeatable: false - - code: p - name: Port - repeatable: false - - code: q - name: Electronic format type - repeatable: true - - code: r - name: Standardized information governing use and reproduction - repeatable: true - - code: s - name: File size - repeatable: true - - code: t - name: Terms governing use and reproduction - repeatable: true - - code: u - name: Uniform Resource Identifier - repeatable: true - - code: v - name: Hours access method available - repeatable: true - - code: w - name: Record control number - repeatable: true - - code: x - name: Nonpublic note - repeatable: true - - code: y - name: Link text - repeatable: true - - code: z - name: Public note - repeatable: true - - code: '2' - name: Access method - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Access status - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '856' -- name: Electronic Archive Location and Access - repeatable: true - subfields: - - code: b - name: Name of archiving agency - repeatable: false - - code: c - name: Name of Web archive or digital archive repository - repeatable: false - - code: d - name: Date range of archived material - repeatable: false - - code: e - name: Data provenance - repeatable: true - - code: f - name: Archive completeness - repeatable: false - - code: g - name: Persistent identifier - repeatable: true - - code: h - name: Non-functioning Uniform Resource Identifier - repeatable: true - - code: l - name: Standardized information governing access - repeatable: true - - code: m - name: Contact for access assistance - repeatable: true - - code: n - name: Terms governing access - repeatable: true - - code: q - name: Electronic format type - repeatable: true - - code: r - name: Standardized information governing use and reproduction - repeatable: true - - code: s - name: File size - repeatable: true - - code: t - name: Terms governing use and reproduction - repeatable: true - - code: u - name: Uniform Resource Identifier - repeatable: true - - code: x - name: Nonpublic note - repeatable: true - - code: y - name: Link text - repeatable: true - - code: z - name: Public note - repeatable: true - - code: '2' - name: Access method - repeatable: false - - code: '3' - name: Materials specified - repeatable: false - - code: '5' - name: Institution to which field applies - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '7' - name: Access status - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '857' -- name: Alternate Graphic Representation - repeatable: true - subfields: - - code: '6' - name: Linkage - repeatable: false - tag: '880' -- name: Manifestation Statements - repeatable: true - subfields: - - code: a - name: Manifestation statement, high-level/general - repeatable: true - - code: b - name: Manifestation identifier statement - repeatable: true - - code: c - name: Manifestation title and responsibility statement - repeatable: true - - code: d - name: Manifestation edition statement - repeatable: true - - code: e - name: Manifestation production statement - repeatable: true - - code: f - name: Manifestation publication statement - repeatable: true - - code: g - name: Manifestation distribution statement - repeatable: true - - code: h - name: Manifestation manufacture statement - repeatable: true - - code: i - name: Manifestation copyright statement - repeatable: true - - code: j - name: Manifestation frequency statement - repeatable: true - - code: k - name: Manifestation designation of sequence statement - repeatable: true - - code: l - name: 'Manifestation series statement ' - repeatable: true - - code: m - name: Manifestation dissertation statement - repeatable: true - - code: n - name: Manifestation regional encoding statement - repeatable: true - - code: '3' - name: Materials specified - repeatable: false - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '881' -- name: Replacement Record Information - repeatable: false - subfields: - - code: a - name: Replacement title - repeatable: true - - code: i - name: Explanatory text - repeatable: true - - code: w - name: Replacement bibliographic record control number - repeatable: true - - code: '6' - name: Linkage - repeatable: false - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '882' -- name: Metadata Provenance - repeatable: true - subfields: - - code: a - name: Creation process - repeatable: false - - code: c - name: Confidence value - repeatable: false - - code: q - name: Assigning or generating agency - repeatable: false - - code: x - name: Validity end date - repeatable: false - - code: u - name: Uniform Resource Identifier - repeatable: false - - code: w - name: Bibliographic record control number - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '8' - name: Field link and sequence number - repeatable: true - tag: '883' -- name: Description Conversion Information - repeatable: true - subfields: - - code: a - name: Conversion process - repeatable: false - - code: g - name: Conversion date - repeatable: false - - code: k - name: Identifier of source metadata - repeatable: false - - code: q - name: Conversion agency - repeatable: false - - code: u - name: Uniform Resource Identifier - repeatable: true - tag: '884' -- name: Matching Information - repeatable: true - subfields: - - code: a - name: Matching information - repeatable: false - - code: b - name: Status of matching and its checking - repeatable: false - - code: c - name: Confidence value - repeatable: false - - code: d - name: Generation date - repeatable: false - - code: w - name: Record control number - repeatable: true - - code: x - name: Nonpublic note - repeatable: true - - code: z - name: Public note - repeatable: true - - code: '0' - name: Authority record control number or standard number - repeatable: true - - code: '1' - name: Real World Object URI - repeatable: true - - code: '2' - name: Source - repeatable: false - - code: '5' - name: Institution to which field applies - repeatable: false - tag: '885' -- name: Foreign MARC Information Field - repeatable: true - subfields: - - code: a - name: Tag of the foreign MARC field - repeatable: false - - code: b - name: Content of the foreign MARC field - repeatable: false - - code: '2' - name: Source of data - repeatable: false - tag: '886' -- name: Non-MARC Information Field - repeatable: true - subfields: - - code: a - name: Content of non-MARC field - repeatable: false - - code: '2' - name: Source of data - repeatable: false - tag: '887' diff --git a/marctable/utils.py b/marctable/utils.py index af671bc..5991fbc 100644 --- a/marctable/utils.py +++ b/marctable/utils.py @@ -9,8 +9,6 @@ from .marc import MARC -marc = MARC() - def to_dataframe(marc_input: typing.BinaryIO, rules: list = []) -> DataFrame: """ @@ -81,6 +79,7 @@ def records_iter( represents a MARC record. """ mapping = _mapping(rules) + marc = MARC.from_avram() rows = [] for record in pymarc.MARCReader(marc_input): @@ -147,8 +146,9 @@ def _mapping(rules: list) -> dict: >>> _mapping(["245", "260ac"]) {'245': None, '260': ['a', 'c']} """ + marc = MARC.from_avram() if rules is None or len(rules) == 0: - rules = marc.fields.keys() + rules = [field.tag for field in marc.fields] m = {} for rule in rules: @@ -181,6 +181,7 @@ def _columns(mapping: dict) -> list: def _make_pandas_schema(rules: list) -> pyarrow.Schema: + marc = MARC.from_avram() mapping = _mapping(rules) schema = {} for field_tag, subfields in mapping.items(): @@ -197,6 +198,7 @@ def _make_pandas_schema(rules: list) -> pyarrow.Schema: def _make_parquet_schema(rules: list) -> pyarrow.Schema: + marc = MARC.from_avram() mapping = _mapping(rules) cols = [] for field_tag, subfields in mapping.items(): diff --git a/pyproject.toml b/pyproject.toml index 13fd84b..eb7e41b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "marctable" -version = "0.1.0" +version = "0.2.0" description = "Convert MARC to CSV and Parquet" authors = ["Ed Summers "] license = "MIT" @@ -10,7 +10,7 @@ readme = "README.md" where = ["marctable"] [tool.setuptools.package-data] -marctable = ["*.yaml"] +marctable = ["*.json"] [tool.poetry.dependencies] python = "^3.11" @@ -19,7 +19,6 @@ pyarrow = "^14.0.2" pandas = "^2.1.4" beautifulsoup4 = "^4.12.2" requests = "^2.31.0" -pyyaml = "^6.0.1" click = "^8.1.7" [tool.poetry.group.dev.dependencies] diff --git a/test_marctable.py b/test_marctable.py index cf3163b..3a1e1f6 100644 --- a/test_marctable.py +++ b/test_marctable.py @@ -1,9 +1,38 @@ -import pandas import pathlib -from marctable.marc import MARC, make_field +from io import StringIO + +import pandas +import json +from marctable.marc import MARC, crawl from marctable.utils import _mapping, dataframe_iter, to_csv, to_dataframe, to_parquet -marc = MARC() +marc = MARC.from_avram() + + +def test_crawl() -> None: + # crawl the first 10 field definitions from the loc site (to save time) + outfile = StringIO() + crawl(10, quiet=True, outfile=outfile) + outfile.seek(0) + + # ensure the Avram JSON parses and looks ok + schema = json.load(outfile) + assert schema + assert len(schema["fields"]) == 10 + + # ensure that the Avram JSON for a field looks ok + assert schema["fields"]["015"] + f015 = schema["fields"]["015"] + assert f015["label"] == "National Bibliography Number" + assert f015["url"] == "https://www.loc.gov/marc/bibliographic/bd015.html" + assert len(f015["subfields"]) == 6 + + # ensure that the Avram JSON for a subfield looks ok + assert f015["subfields"]["2"] + f0152 = f015["subfields"]["2"] + assert f0152["label"] == "Source" + assert f0152["code"] == "2" + assert f0152["repeatable"] is False def test_marc() -> None: @@ -16,21 +45,21 @@ def test_get_field() -> None: def test_get_subfield() -> None: - assert marc.get_subfield("245", "a").name == "Title" + assert marc.get_subfield("245", "a").label == "Title" assert marc.get_subfield("245", "-") is None def test_non_repeatable_field() -> None: f245 = marc.get_field("245") assert f245.tag == "245" - assert f245.name == "Title Statement" + assert f245.label == "Title Statement" assert f245.repeatable is False def test_repeatable_field() -> None: f650 = marc.get_field("650") assert f650.tag == "650" - assert f650.name == "Subject Added Entry-Topical Term" + assert f650.label == "Subject Added Entry-Topical Term" assert f650.repeatable is True